⎈ k8s knowledge compiler

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.jsonio.k8s.api.apps.v1.RollingUpdateDaemonSet

Related (2)

related_to IntOrStringreferences type conf=1
related_to DaemonSetUpdateStrategyreferences type conf=1

← all API Explorer