mirror of https://github.com/istio/istio.io.git
fix delete CRD step (#2956)
This commit is contained in:
parent
01c5a6488c
commit
f0edbb7824
|
|
@ -117,5 +117,5 @@ istio-pilot-58c65f74bc-2f5xn 1/1 Running 0 1m
|
||||||
* If desired, delete the CRDs:
|
* If desired, delete the CRDs:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< 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 >}}
|
{{< /text >}}
|
||||||
|
|
|
||||||
|
|
@ -171,5 +171,5 @@ non-existent resources because they may have been deleted hierarchically.
|
||||||
* If desired, delete the CRDs:
|
* If desired, delete the CRDs:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< 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 >}}
|
{{< /text >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue