We deleted consul namespace but the CRDs exists still.
Similarly we deleted application namespace, but CRDs resources linked all still exists and not getting deleted.
C:\Users\UReddy>kubectl get crds -n consul
NAME CREATED AT
healthstates.azmon.container.insights 2022-04-01T10:11:46Z
ingressgateways.consul.hashicorp.com 2021-12-29T08:11:43Z
meshes.consul.hashicorp.com 2021-12-29T08:11:43Z
prometheusrules.monitoring.coreos.com 2022-03-24T12:22:17Z
proxydefaults.consul.hashicorp.com 2021-12-29T08:11:43Z
servicedefaults.consul.hashicorp.com 2021-12-29T08:11:43Z
serviceintentions.consul.hashicorp.com 2021-12-29T08:11:43Z
servicemonitors.monitoring.coreos.com 2022-03-24T12:22:18Z
servicerouters.consul.hashicorp.com 2021-12-29T08:11:43Z
volumesnapshotclasses.snapshot.storage.k8s.io 2022-04-01T10:11:46Z
volumesnapshotcontents.snapshot.storage.k8s.io 2022-04-01T10:11:46Z
volumesnapshots.snapshot.storage.k8s.io 2022-04-01T10:11:46Z
Individual resources also stuck at deletion.
C:\Users\UReddy>kubectl delete -n martserver serviceintentions frontend
serviceintentions.consul.hashicorp.com "frontend" deleted
C:\Users\UReddy>kubectl delete -n martserver serviceintentions vaultservice
serviceintentions.consul.hashicorp.com "vaultservice" deleted
But not getting deleted as it stuck there.





