You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌱 Prioritize Machine with remediate-machine anotation when selecting the next machine to be remediated (#11495)
* Prioritise machine with remidiation anotation for remidiation
* Changes to prioritise remediation for machine set controller
* Update RemediateMachineAnnotation description
* Address review comments
Copy file name to clipboardExpand all lines: api/v1beta1/common_types.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ const (
128
128
// MachineSkipRemediationAnnotation is the annotation used to mark the machines that should not be considered for remediation by MachineHealthCheck reconciler.
// RemediateMachineAnnotation is the annotation used to mark machines that should be remediated by MachineHealthCheck reconciler.
131
+
// RemediateMachineAnnotation request the MachineHealthCheck reconciler to mark a Machine as unhealthy. CAPI builtin remediation will prioritize Machines with the annotation to be remediated.
0 commit comments