-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual Removal - Namespace Stuck at Terminating Status #1399
Comments
Experienced the same. There is an upstream issue about zombie namespace. |
Thanks @elbaro that makes sense, so would I just use the original manifest file in that delete command? :) |
Just to resolve this issue. I followed @elbaro's advice above and ran the delete command with the original manifest file. This cleared up any left over objects from the original install and a few moments later the namespace was removed by the K8s. Now to try the Helm install! :) |
Status of webhook apiservice is false. This is the fix: |
Even that command didn't work for me @kopaygorodsky nonroot@cloudshell:~/spinnaker$ kubectl delete apiservice v1beta1.webhook.cert-manager.io |
are there any other hung apiservices from cert-manager ? |
As far as I knew, nothing. But here is a solution that eventually worked for me:
I had implemented the first two steps earlier which didn't work. The third command finished it off for me. Credit to Stackoverflow. Can't remember the link right now. |
Thanks ,I solve my problem to use this way. |
Describe the bug:
I was trying a fresh install with the manifest file, but have a number of errors appear to do with the webhook. I following the troubleshooting but couldn't get a resolution. I decided to manually remove all objects and retry with a helm install instead. All objects within the namespace "cert-manager" are deleted, but I am unable to delete the "cert-manager" namespace itself - it's stuck at the "Terminating" status.
Expected behaviour:
Deleting the empty namespace should remove the namespace from the cluster
Steps to reproduce the bug:
Run a fresh install with the manifest file. Delete all objects within the namespace manually after install is "complete". Then try to delete the namespace.
Anything else we need to know?:
Command message:
Environment details::
/kind bug
The text was updated successfully, but these errors were encountered: