Skip to content

CRD is left behind when uninstalling Istio #7124

@ymesika

Description

@ymesika

Install / uninstall release-1.0 and you are left with a rbacconfigs.config.istio.io CRD leftover instead of clean state. Steps to reproduce:

  1. Install release-1.0 with:
helm install install/kubernetes/helm/istio --name istio --namespace istio-system
  1. Uninstall it:
helm delete istio --purge
  1. Get leftovers CRDs:
kubectl get crd -n istio-system

NAME                          CREATED AT
rbacconfigs.config.istio.io   2018-07-14T16:39:38Z

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions