Skip to content

Commit 39627b1

Browse files
stpabhik8s-ci-robot
authored andcommitted
Update mpi-operator installation doc to use Kustomize (#158)
Signed-off-by: Abhilash Pallerlamudi <[email protected]>
1 parent 5fd74a2 commit 39627b1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ mpijobs.kubeflow.org 4d
2929

3030
If it is not included you can add it as follows:
3131

32-
```
33-
cd ${KSONNET_APP}
34-
ks pkg install kubeflow/mpi-job
35-
ks generate mpi-operator mpi-operator
36-
ks apply ${ENVIRONMENT} -c mpi-operator
32+
```bash
33+
git clone https://github.com/kubeflow/manifests
34+
cd manifests/mpi-job/mpi-operator
35+
kustomize build base | kubectl apply -f -
3736
```
3837

39-
Alternatively, you can deploy the operator with default settings without using ksonnet by running the following from the repo:
38+
Alternatively, you can deploy the operator with default settings without using kustomize by running the following from the repo:
4039

4140
```shell
4241
kubectl create -f deploy/mpi-operator.yaml

0 commit comments

Comments
 (0)