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:
Istio Automation 2022-08-24 13:21:06 -07:00 committed by GitHub
parent c25247c237
commit e5ced67dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.