fix delete CRD step (#2956)

This commit is contained in:
paassdc 2018-12-08 04:37:45 +08:00 committed by Martin Taillefer
parent 01c5a6488c
commit f0edbb7824
2 changed files with 2 additions and 2 deletions

View File

@ -117,5 +117,5 @@ istio-pilot-58c65f74bc-2f5xn 1/1 Running 0 1m
* If desired, delete the CRDs:
{{< text bash >}}
$ kubectl delete -f install/kubernetes/helm/istio/templates/crds.yaml -n istio-system
$ kubectl delete -f install/kubernetes/helm/istio/templates/crds.yaml
{{< /text >}}

View File

@ -171,5 +171,5 @@ non-existent resources because they may have been deleted hierarchically.
* If desired, delete the CRDs:
{{< text bash >}}
$ kubectl delete -f install/kubernetes/helm/istio/templates/crds.yaml -n istio-system
$ kubectl delete -f install/kubernetes/helm/istio/templates/crds.yaml
{{< /text >}}