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
New Filter NeedsRollout to determine if a machine needs rollout.
Previously MachinesNeedingRollout and the UpToDateMachines functions
in controlplane/kubeadm/internal/ used multiple filters to determine
if machine needs rollout.
Now the NeedsRollout filter is used in both functions to determine
if a machine needs rollout.
// Machines that are scheduled for rollout (KCP.Spec.RolloutAfter set, the RolloutAfter deadline is expired, and the machine was created before the deadline).
// Machines that are scheduled for rollout (KCP.Spec.RolloutAfter set, the RolloutAfter deadline is expired, and the machine was created before the deadline).
0 commit comments