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
return ctrl.Result{RequeueAfter: time.Millisecond}, nil// Technically there is no need to requeue here. Machine deletion above triggers reconciliation. But we have to return a non-zero Result so reconcile above returns.
372
372
}
373
373
374
374
// Gets the machine to be remediated, which is the "most broken" among the unhealthy machines, determined as the machine
0 commit comments