-
Notifications
You must be signed in to change notification settings - Fork 54
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
Need to make sure that namespace temination will not be blocked by the DevWorkspace finalizers #738
Comments
Tested deleting a few namespaces with various numbers of Workspaces both stopped and running and found no issues. Closing for now as there's not much more to be done. |
Still happening :/
There is a finalizer
|
I believe that finalizer is being set by the Che Operator to ensure routing configurations for the workspace are properly cleaned up in the gateway container. I'll reopen the issue so that we can look into it. To double check, @Dave-c-Ross is the finalizer stuck for a long period (e.g. 5+ minutes)? Is the Che Operator healthy on that cluster? We might expect some delay in clearing that finalizer but it shouldn't indefinitely block namespace removal. |
This scenario is particularly important for the Developer Sandbox / workspaces.openshift.com user deactivation flow. When a user is deactivated their namespace is removed. We need to make sure that DevWorkspace presence will not block the namespace removal and it will not be in the
Terminating
state forever due to finalizers:The text was updated successfully, but these errors were encountered: