-
Notifications
You must be signed in to change notification settings - Fork 3
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
kured reboot lock held by non-existent (scaled in) node #74
Labels
Comments
E.g.:
|
Log messages make this clear:
We need to make sure we include the https://github.com/weaveworks/kured/blob/main/cmd/kured/main.go#L115 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In dynamic cluster scenarios, I've observed that kured can be deadlocked due to the reboot lock being held be a node that has been removed from the cluster. Let's investigate a preferred configuration to mitigate the blockage of forward progress when this occurs.
The text was updated successfully, but these errors were encountered: