Install / uninstall release-1.0 and you are left with a rbacconfigs.config.istio.io CRD leftover instead of clean state. Steps to reproduce:
- Install
release-1.0 with:
helm install install/kubernetes/helm/istio --name istio --namespace istio-system
- Uninstall it:
helm delete istio --purge
- Get leftovers CRDs:
kubectl get crd -n istio-system
NAME CREATED AT
rbacconfigs.config.istio.io 2018-07-14T16:39:38Z
Install / uninstall
release-1.0and you are left with arbacconfigs.config.istio.ioCRD leftover instead of clean state. Steps to reproduce:release-1.0with: