You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/gke-a4x-max-bm/README.md
+78Lines changed: 78 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,84 @@ This section describes how to run [NCCL/gIB](https://docs.cloud.google.com/ai-hy
120
120
kubectl logs $(kubectl get pods -o go-template='{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}'| grep nccl-all-worker-0-0)
121
121
```
122
122
123
+
### Install and Run MPI Operator on GKE Cluster
124
+
125
+
The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
126
+
127
+
1. **Deploy MPI Operator (v0.8.0):**
128
+
129
+
***Automated (During Cluster Creation via Blueprint YAML):** Include the MPI Operator manifest in`apply_manifests` under `kubectl-apply`in your blueprint YAML (`gke-a4x-max-bm.yaml`):
Copy file name to clipboardExpand all lines: examples/gke-a4x/README.md
+78Lines changed: 78 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,81 @@ This example provides the configuration to deploy a GKE cluster with A4X machine
5
5
Refer to [Create an AI-optimized GKE cluster with default configuration](https://cloud.google.com/ai-hypercomputer/docs/create/gke-ai-hypercompute#use-cluster-toolkit) for instructions on creating the GKE-A4X cluster.
6
6
7
7
Refer to [Deploy and run NCCL test with Topology Aware Scheduling (TAS)](https://cloud.google.com/ai-hypercomputer/docs/create/gke-ai-hypercompute#deploy-run-nccl-tas-test) for instructions on running a NCCL test on the GKE-A4X cluster.
8
+
9
+
## Install and Run MPI Operator on GKE Cluster
10
+
11
+
The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
12
+
13
+
1.**Deploy MPI Operator (v0.8.0):**
14
+
15
+
***Automated (During Cluster Creation via Blueprint YAML):** Include the MPI Operator manifest in `apply_manifests` under `kubectl-apply` in your blueprint YAML (`gke-a4x.yaml`):
0 commit comments