Skip to content

Commit ac149a1

Browse files
Merge pull request GoogleCloudPlatform#4709 from SwarnaBharathiMantena/swarnabm/gke_h4d_mpi_operator_n_test_info
Install mpi-operator and add a reference link to the test for GKE H4D blueprint example
2 parents cc9e7d8 + eed4a42 commit ac149a1

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

examples/gke-h4d/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ This blueprint uses GKE to provision a Kubernetes cluster and a H4D node pool, a
5353

5454
Type `a` and hit enter to create the cluster.
5555

56+
## Run a test using the MPI Operator
57+
The MPI Operator is installed on the cluster during the deployment. To run a test using the MPI Operator on the GKE H4D cluster, refer to https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/tree/main/hpc/mpi.
58+
5659
## Clean Up
5760
To destroy all resources associated with creating the GKE cluster, run the following command:
5861

examples/gke-h4d/gke-h4d.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,6 @@ deployment_groups:
208208
install: true
209209
jobset:
210210
install: true
211+
apply_manifests:
212+
- source: "https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.6.0/deploy/v2beta1/mpi-operator.yaml"
213+
server_side_apply: true

0 commit comments

Comments
 (0)