-
Notifications
You must be signed in to change notification settings - Fork 269
Stuck at deleting cluster #1792
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
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
I think I run into essentially the same issue today. What I did was this:
The issue (for me anyway) seems to be here. I think we should check if the machine was resolved, and only try to get the instance spec if it was. Otherwise we can skip instance deletion. Does this sound reasonable? @mdbooth |
If we can prove that the machine cannot have been created it's safe to skip deletion. In fact, this is absolutely a direction I want us to move in. I can't check right now, but I think there are still some edge cases where we can't be sure. However, these may be a lesser evil. I'll try to look at this in detail on Monday. |
/kind bug
What steps did you take and what happened:
Create cluster with a user without load_balancer_member role.
Delete cluster >> Deleted Failed>> Add load_balancer_member role for this user.
Delete cluster again> DELETE_IN_PROGRESS forever.
What did you expect to happen:
Delete cluster successfully.
Environment:
git rev-parse HEAD
if manually built): v0.8.0kubectl version
): v1.27.4/etc/os-release
): Ubuntu 22.04The text was updated successfully, but these errors were encountered: