-
Notifications
You must be signed in to change notification settings - Fork 1.4k
✨ Add support for checking Machine conditions in MachineHealthCheck #12827
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
Changes from 10 commits
4e7f784
c5494ae
8480736
7a4351b
b527435
aa1e300
6e01a20
e249add
c4c895f
4c1004f
d09791b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -157,6 +157,11 @@ const ( | |
|
|
||
| // UnhealthyNodeConditionV1Beta1Reason is the reason used when a machine's node has one of the MachineHealthCheck's unhealthy conditions. | ||
| UnhealthyNodeConditionV1Beta1Reason = "UnhealthyNode" | ||
|
|
||
| // UnhealthyMachineConditionV1Beta1Reason is the reason used when a machine has one of the MachineHealthCheck's unhealthy conditions. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit (we can also follow up in another PR)
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, it is updated now in c45f0fe to clarify it. |
||
| // When both machine and node issues are detected, this reason takes precedence over node-related reasons | ||
| // (NodeNotFoundV1Beta1Reason, NodeStartupTimeoutV1Beta1Reason, UnhealthyNodeConditionV1Beta1Reason). | ||
| UnhealthyMachineConditionV1Beta1Reason = "UnhealthyMachine" | ||
| ) | ||
|
|
||
| const ( | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.