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
&upgrademonitor.Condition{State: v1alpha1.MachineConfigNodeUpdateExecuted, Reason: string(v1alpha1.MachineConfigNodeUpdateDrained), Message: "Draining Node as part of update executed phase"},
425
451
&upgrademonitor.Condition{State: v1alpha1.MachineConfigNodeUpdateDrained, Reason: fmt.Sprintf("%s%s", string(v1alpha1.MachineConfigNodeUpdateExecuted), string(v1alpha1.MachineConfigNodeUpdateDrained)), Message: fmt.Sprintf("Draining node. The drain will not be complete until desired drainer %s matches current drainer %s", node.Annotations[daemonconsts.DesiredDrainerAnnotationKey], node.Annotations[daemonconsts.LastAppliedDrainerAnnotationKey])},
426
452
metav1.ConditionUnknown,
427
453
metav1.ConditionUnknown,
428
454
node,
429
455
ctrl.client,
430
456
ctrl.featureGatesAccessor,
457
+
pool,
431
458
)
432
459
iferr!=nil {
433
460
klog.Errorf("Error making MCN for Drain beginning: %v", err)
&upgrademonitor.Condition{State: mcfgalphav1.MachineConfigNodeUpdateExecuted, Reason: string(mcfgalphav1.MachineConfigNodeUpdateDrained), Message: "Node Drain Not required for this update."},
44
53
&upgrademonitor.Condition{State: mcfgalphav1.MachineConfigNodeUpdateDrained, Reason: fmt.Sprintf("%s%s", string(mcfgalphav1.MachineConfigNodeUpdateExecuted), string(mcfgalphav1.MachineConfigNodeUpdateDrained)), Message: "Node Drain Not required for this update."},
45
54
metav1.ConditionUnknown,
46
55
metav1.ConditionFalse,
47
56
dn.node,
48
57
dn.mcfgClient,
49
58
dn.featureGatesAccessor,
59
+
pool,
50
60
)
51
61
iferr!=nil {
52
62
klog.Errorf("Error making MCN for Drain not required: %v", err)
0 commit comments