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
DaemonSets should allow MaxSurge to minimize workload downtime
Many infrastructure components require DaemonSets to place pods on
each node, but the current update strategies limit end users from
minimizing disruption during updates. It should be possible to
surge daemonsets if a user requests it to allow handoff from one
running pod to another, like Deployments.
0 commit comments