diff --git a/_docs/tasks/installing-istio.md b/_docs/tasks/installing-istio.md index f3ba66ec78..619a7a773b 100644 --- a/_docs/tasks/installing-istio.md +++ b/_docs/tasks/installing-istio.md @@ -270,6 +270,13 @@ kubectl create -f <(istioctl kube-inject -f .yaml) kubectl delete -f istio-rbac-alpha.yaml ``` +3. Delete Istio Kubernetes [TPRs](https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-third-party-resource): + + ```bash + kubectl delete istioconfigs --all + kubectl delete thirdpartyresource istio-config.istio.io + ``` + ## What's next * See the sample [BookInfo]({{home}}/docs/samples/bookinfo.html) application.