RollingUpdateDaemonSet [api_object]ai-synthesized · conf 0.82
Spec to control the desired behavior of daemon set rolling update.
apps
RollingUpdateDaemonSet is an API object that represents a rolling update strategy for a DaemonSet.
Why it matters It allows you to update a DaemonSet by replacing one instance at a time, minimizing downtime.
Key facts - Defines the maximum number of pods to be updated simultaneously - Specifies the number of replicas to maintain during the update
Related DaemonSet
Sources
swagger.json — “io.k8s.api.apps.v1.RollingUpdateDaemonSet”