We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd74a2 commit 39627b1Copy full SHA for 39627b1
README.md
@@ -29,14 +29,13 @@ mpijobs.kubeflow.org 4d
29
30
If it is not included you can add it as follows:
31
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
+```bash
+git clone https://github.com/kubeflow/manifests
+cd manifests/mpi-job/mpi-operator
+kustomize build base | kubectl apply -f -
37
```
38
39
-Alternatively, you can deploy the operator with default settings without using ksonnet by running the following from the repo:
+Alternatively, you can deploy the operator with default settings without using kustomize by running the following from the repo:
40
41
```shell
42
kubectl create -f deploy/mpi-operator.yaml
0 commit comments