mirror of https://github.com/istio/istio.io.git
Clean up TPRs (#225)
This commit is contained in:
parent
c7550d8f9e
commit
7ce257c2c6
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue