This message was deleted.
# general
a
This message was deleted.
m
Hello Mark..first of all make sure there is no running resources inside your namespace by this command : kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --ignore-not-found --show-kind -n <yournamespace>
if the coammand shows any resources you need to delete them first...another thing than cause this problem is the finalizer.....kubectl edit namespace and find the spec finalizer and delete it