Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/en/docs/setup/install/operator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your original installation options> | 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)
Expand Down