diff --git a/content/en/docs/setup/install/operator/index.md b/content/en/docs/setup/install/operator/index.md index afe0a605b981f..198cd7be2ec02 100644 --- a/content/en/docs/setup/install/operator/index.md +++ b/content/en/docs/setup/install/operator/index.md @@ -305,6 +305,14 @@ and displays the results: $ istioctl verify-install -f $HOME/generated-manifest.yaml {{< /text >}} +## Uninstall Istio + +To uninstall Istio, run the following command: + +{{< text bash >}} +$ istioctl experimental manifest generate | kubectl delete -f - +{{< /text >}} + ## Additional documentation The Istio Operator CLI is experimental. See the upstream repository [README](https://github.com/istio/operator/blob/master/README.md)