Tag Archives: Kubernetes
Kubernetes Namespace Stuck in Terminating State
Often the deletion of a namespace is required and using the well-known command to delete kubernetes namespace kubectl delete ns <namsepace_name> puts the namespace in Terminating state and it gets stuck there. Waiting for hours, even days won’t help in this regard unless the finalizers are deleted and the manifest has been replaced via kubernetes…