Skip to content

Commit

Permalink
update kustomize deploy common (#1490)
Browse files Browse the repository at this point in the history
kubectl support kustomize after k8s 1.14
so the command should be 
kubectl kustomize base | kubectl apply -f -
  • Loading branch information
songkane authored and k8s-ci-robot committed Dec 27, 2019
1 parent bece48a commit b6367af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/components/training/mpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If it is not included you can add it as follows:
```bash
git clone https://github.com/kubeflow/manifests
cd manifests/mpi-job/mpi-operator
kustomize build base | kubectl apply -f -
kubectl kustomize base | kubectl apply -f -
```

Alternatively, you can deploy the operator with default settings without using kustomize by running the following from the repo:
Expand Down

0 comments on commit b6367af

Please sign in to comment.