Clean up TPRs (#225)

This commit is contained in:
Andra Cismaru 2017-05-17 16:29:04 -07:00 committed by Martin Taillefer
parent c7550d8f9e
commit 7ce257c2c6
1 changed files with 7 additions and 0 deletions

View File

@ -270,6 +270,13 @@ kubectl create -f <(istioctl kube-inject -f <your-app-spec>.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.