提交 b6367afe 编写于 作者: S songkane 提交者: Kubernetes Prow Robot

update kustomize deploy common (#1490)

kubectl support kustomize after k8s 1.14
so the command should be 
kubectl kustomize base | kubectl apply -f -
上级 bece48a8
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册