-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Improve how do we determine the control plane machine to be remediated #3845
Comments
/milestone v0.4.0 |
/area control-plane |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/lifecycle frozen |
/milestone v1.0 |
/close |
@fabriziopandini: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
#3830 introduces KCP remediation, and according to the proposal, in case of more than one unhealthy machine we are picking up the oldest one for remediation.
As commented in
reconcileUnhealthyMachines
, the current solution is considered acceptable for the most frequent use case (only one unhealthy machine), however, in the future, this could potentially be improved for the scenario where more than one unhealthy machine exists by considering which machine has a lower impact on etcd quorum.This effort will provide better support for the following use case:
/kind feature
The text was updated successfully, but these errors were encountered: