You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installed KubeBlocks (version 0.9.2 ) via helm using these instructions
When I tried uninstalling with helm, I was not able to delete CRDs. Every attempt resulted in delete processes being stuck. I am not able to delete the namespace because k8s is waiting for 23 resources to be removed, the problem is I cannot remove them either because they get stuck as well the only solution, I have not tried yet is the one mentioned here.
To Reproduce
Steps to reproduce the behavior:
Delete pods (posgres, redis)
Uninstall addons used
helm uninstall kubeblocks --namespace kb-system
kubectl get crd -o name | grep kubeblocks.io | xargs kubectl delete
kubectl delete namespace kb-system
Expected behavior
KubeBlocks should be as easily removed as it is installed. Having to resort to "workarounds" such as removing finalizers is not feasible solution.
Screenshots
Not actually deleted!
Additional context
logs from kb-system namespaces pending deletion.
Name: kb-system
Labels: kubernetes.io/metadata.name=kb-system
Annotations: <none>
Status: Terminating
Conditions:
Type Status LastTransitionTime Reason Message
---- ------ ------------------ ------ -------
NamespaceDeletionDiscoveryFailure False Wed, 15 Jan 2025 10:06:48 -0800 ResourcesDiscovered All resources successfully discovered
NamespaceDeletionGroupVersionParsingFailure False Fri, 10 Jan 2025 11:38:49 -0800 ParsedGroupVersions All legacy kube types successfully parsed
NamespaceDeletionContentFailure False Sun, 12 Jan 2025 00:33:40 -0800 ContentDeleted All content successfully deleted, may be waiting on finalization
NamespaceContentRemaining True Sun, 12 Jan 2025 00:33:40 -0800 SomeResourcesRemain Some resources are remaining: configmaps. has 23 resource instances
NamespaceFinalizersRemaining True Sun, 12 Jan 2025 00:33:40 -0800 SomeFinalizersRemain Some content in the namespace has finalizers remaining: config.kubeblocks.io/finalizer in 23 resource instances
The text was updated successfully, but these errors were encountered:
Describe the bug
Installed KubeBlocks (version 0.9.2 ) via helm using these instructions
When I tried uninstalling with helm, I was not able to delete CRDs. Every attempt resulted in delete processes being stuck. I am not able to delete the namespace because k8s is waiting for 23 resources to be removed, the problem is I cannot remove them either because they get stuck as well the only solution, I have not tried yet is the one mentioned here.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
KubeBlocks should be as easily removed as it is installed. Having to resort to "workarounds" such as removing finalizers is not feasible solution.
Screenshots
Not actually deleted!
Additional context
logs from kb-system namespaces pending deletion.
The text was updated successfully, but these errors were encountered: