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
maxSurge and maxUnavailable are mutually exclusive in the DaemonSet update logic.
When maxSurge is non-zero, maxUnavailable is ignored; when maxSurge is zero, only maxUnavailable is used. We need to make sure availability so keep maxUnavailable.