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
// No need to set log or condition message for discarded candidates, it is not used anywhere.
503
-
// NOTE: in future we might consider to move not selected newMSCandidates to newMS without performing rollouts, but this is not in scope for the first iteration of in-place.
// No need to set log or condition for discarded candidates, it is not used anywhere.
516
-
// NOTE: in future we might consider to move not selected newMSCandidates to newMS without performing rollouts, but this is not in scope for the first iteration of in-place.
// No need to set log or condition for discarded candidates, it is not used anywhere.
533
-
// NOTE: in future we might consider to move not selected newMSCandidates to newMS without performing rollouts, but this is not in scope for the first iteration of in-place.
// An additional message must be added to old machine sets when reconciliationTime is > rolloutAfter.
579
+
"metadata.creationTimestamp is older than MachineDeployment.spec.rollout.after",
580
+
},
581
+
// EligibleForInPlaceUpdate decision should change for oldMS when reconciliationTime is > rolloutAfter.
582
+
EligibleForInPlaceUpdate: false,
583
+
},
528
584
},
529
585
expectedCreateReason: fmt.Sprintf("spec.rollout.after on MachineDeployment set to %s, no MachineSet has been created afterwards", rolloutAfter.Format(time.RFC3339)),
0 commit comments