I have a Kubernetes namespace that is stuck on Terminating. I've read that it's probably due to finalizers. When I run kubectl get namespace $NAMESPACE -o json
I get the following finalizer:
"finalizers": [
"kubernetes"
]
I can't find any documentation on this finalizer. Is it a built-in Kubernetes finalizers or does it come from somewhere else?