mirror of https://github.com/istio/istio.io.git
Set `--ignore-not-found=true ` for delete (#11745)
Fixes https://github.com/istio/istio/issues/26234 Co-authored-by: John Howard <howardjohn@google.com>
This commit is contained in:
parent
c25247c237
commit
e5ced67dd5
|
@ -325,7 +325,7 @@ $ istioctl uninstall <your original installation options>
|
|||
or
|
||||
|
||||
{{< text bash >}}
|
||||
$ istioctl manifest generate <your original installation options> | kubectl delete -f -
|
||||
$ istioctl manifest generate <your original installation options> | kubectl delete --ignore-not-found=true -f -
|
||||
{{< /text >}}
|
||||
|
||||
The control plane namespace (e.g., `istio-system`) is not removed by default.
|
||||
|
|
Loading…
Reference in New Issue