Reorder uninstall putting Bookinfo sample first. (#7161)

This commit is contained in:
Eric Van Norman 2020-04-27 09:14:07 -05:00 committed by GitHub
parent cb57d515b3
commit d570a7e969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -388,7 +388,10 @@ We welcome you to ask questions and give us feedback by joining the
## Uninstall
The uninstall deletes the RBAC permissions and all resources hierarchically
To delete the `Bookinfo` sample application and its configuration, see
[`Bookinfo` cleanup](/docs/examples/bookinfo/#cleanup).
The Istio uninstall deletes the RBAC permissions and all resources hierarchically
under the `istio-system` namespace. It is safe to ignore errors for non-existent
resources because they may have been deleted hierarchically.
@ -403,5 +406,3 @@ If no longer needed, use the following command to remove it:
$ kubectl delete namespace istio-system
{{< /text >}}
To delete the `Bookinfo` sample application and its configuration, see
[`Bookinfo` cleanup](/docs/examples/bookinfo/#cleanup).