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
Iconditiosnmplement paused condition for machine deployment controller
This change updates the machine deployment controller to set the paused condition
based on if the cluster or machine deployment has the paused annotations.
conditions.MarkFalse(deployment, clusterv1.PausedCondition, clusterv1.ResourceNotPausedReason, clusterv1.ConditionSeverityInfo, "Resource is operating as expected")
159
+
158
160
// Ignore deleted MachineDeployments, this can happen when foregroundDeletion
0 commit comments