diff --git a/content/en/docs/setup/install/istioctl/index.md b/content/en/docs/setup/install/istioctl/index.md index da71bb3b8d..ac30f3b141 100644 --- a/content/en/docs/setup/install/istioctl/index.md +++ b/content/en/docs/setup/install/istioctl/index.md @@ -325,7 +325,7 @@ $ istioctl uninstall or {{< text bash >}} -$ istioctl manifest generate | kubectl delete -f - +$ istioctl manifest generate | kubectl delete --ignore-not-found=true -f - {{< /text >}} The control plane namespace (e.g., `istio-system`) is not removed by default.