-
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
Document MachineHealthChecks for control planes #4138
Comments
/help |
@CecileRobertMichon: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
/milestone v0.4.0 |
@CecileRobertMichon I'd like to work on this. Aside from removing the text indicating that MHC doesn't apply to KCP, what other changes do you feel are necessary? |
@scottslowe awesome, thank you. I think in addition to removing the text of the limitation, it would be good to add an example of how to set it up for KCP in https://cluster-api.sigs.k8s.io/tasks/healthcheck.html#creating-a-machinehealthcheck. You can use https://github.com/kubernetes-sigs/cluster-api/blob/master/test/e2e/data/infrastructure-docker/v1alpha4/cluster-template-kcp-remediation/mhc.yaml as an example. |
@CecileRobertMichon In the "Limitations and Caveats" section of the current doc, there is a bullet that says "If no Node joins the cluster for a Node after the Should this be "If no Node joins the cluster for a Machine...", or "If no Machine joins the cluster for a Node..."? The current wording seems off. |
yeah I think it should be "If no Node joins the cluster for a Machine..." |
PR submitted and ready for review! |
Since #3956 merged, KCP supports remediation with machine health checks. However, the documentation on the topic is missing. In fact, the current MHC docs state:
https://cluster-api.sigs.k8s.io/tasks/healthcheck.html#limitations-and-caveats-of-a-machinehealthcheck
We should update the existing documentation for MachineHealthChecks to include KCP.
/kind documentation
The text was updated successfully, but these errors were encountered: