Skip to content

Commit 9962386

Browse files
authored
Bump mpi-operator version to v0.8.2 to pull in upstream stability bug fixes (#5916)
2 parents 7d83193 + 7d585f2 commit 9962386

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

examples/gke-a4x-max-bm/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ This section describes how to run [NCCL/gIB](https://docs.cloud.google.com/ai-hy
124124

125125
The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
126126

127-
1. **Deploy MPI Operator (v0.8.0):**
127+
1. **Deploy MPI Operator (v0.8.2):**
128128

129129
* **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`):
130130

@@ -135,13 +135,13 @@ The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
135135
settings:
136136
apply_manifests:
137137
- name: mpi-operator
138-
source: https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.8.0/deploy/v2beta1/mpi-operator.yaml
138+
source: https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.8.2/deploy/v2beta1/mpi-operator.yaml
139139
```
140140

141141
* **Manual (After Cluster Deployment via `kubectl`):** Once the cluster is deployed, run the following command against your cluster:
142142

143143
```bash
144-
kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.8.0/deploy/v2beta1/mpi-operator.yaml
144+
kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.8.2/deploy/v2beta1/mpi-operator.yaml
145145
```
146146

147147
2. **Verify Installation:**
@@ -171,7 +171,7 @@ The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
171171
spec:
172172
containers:
173173
- name: mpi-launcher
174-
image: mpioperator/mpi-pi:v0.8.0-openmpi
174+
image: mpioperator/mpi-pi:v0.8.2-openmpi
175175
command:
176176
- mpirun
177177
- --allow-run-as-root
@@ -187,7 +187,7 @@ The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
187187
spec:
188188
containers:
189189
- name: mpi-worker
190-
image: mpioperator/mpi-pi:v0.8.0-openmpi
190+
image: mpioperator/mpi-pi:v0.8.2-openmpi
191191
```
192192

193193
Submit the job and inspect launcher logs:

examples/gke-a4x/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Refer to [Deploy and run NCCL test with Topology Aware Scheduling (TAS)](https:/
1010

1111
The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
1212

13-
1. **Deploy MPI Operator (v0.8.0):**
13+
1. **Deploy MPI Operator (v0.8.2):**
1414

1515
* **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`):
1616

@@ -21,13 +21,13 @@ The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
2121
settings:
2222
apply_manifests:
2323
- name: mpi-operator
24-
source: https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.8.0/deploy/v2beta1/mpi-operator.yaml
24+
source: https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.8.2/deploy/v2beta1/mpi-operator.yaml
2525
```
2626
2727
* **Manual (After Cluster Deployment via `kubectl`):** Once the cluster is deployed, run the following command against your cluster:
2828

2929
```bash
30-
kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.8.0/deploy/v2beta1/mpi-operator.yaml
30+
kubectl apply --server-side -f https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.8.2/deploy/v2beta1/mpi-operator.yaml
3131
```
3232

3333
2. **Verify Installation:**
@@ -57,7 +57,7 @@ The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
5757
spec:
5858
containers:
5959
- name: mpi-launcher
60-
image: mpioperator/mpi-pi:v0.8.0-openmpi
60+
image: mpioperator/mpi-pi:v0.8.2-openmpi
6161
command:
6262
- mpirun
6363
- --allow-run-as-root
@@ -73,7 +73,7 @@ The Kubeflow MPI Operator manages distributed MPI workloads on GKE.
7373
spec:
7474
containers:
7575
- name: mpi-worker
76-
image: mpioperator/mpi-pi:v0.8.0-openmpi
76+
image: mpioperator/mpi-pi:v0.8.2-openmpi
7777
```
7878

7979
Submit the job and inspect launcher logs:

examples/gke-h4d/gke-h4d.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ deployment_groups:
181181
jobset:
182182
install: true
183183
apply_manifests:
184-
- source: "https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.7.0/deploy/v2beta1/mpi-operator.yaml"
184+
- source: "https://raw.githubusercontent.com/kubeflow/mpi-operator/v0.8.2/deploy/v2beta1/mpi-operator.yaml"
185185

186186
# Filestore
187187
- id: filestore

0 commit comments

Comments
 (0)