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
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
When removing a namespace with CassKop and a running cluster in it without prior warning, K8S cannot complete the task. The namespace hangs on Terminating
This happened on one of our internal clusters
The text was updated successfully, but these errors were encountered:
As @fdehay indicates, this does seem to be a finalizer when deleting the CRD at the same time as the namespace. This issue best describes it kubernetes/kubernetes#60538. In my case, I found it helps to wait before deleting the namespace: kubectl -n <namespace> wait --for=delete --timeout=600s <resource-name>
When removing a namespace with CassKop and a running cluster in it without prior warning, K8S cannot complete the task. The namespace hangs on Terminating
This happened on one of our internal clusters
The text was updated successfully, but these errors were encountered: