Manifests.io

Easy to use kubernetes documentation

DaemonSet.spec.updateStrategy

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Description
rollingUpdate 🔗
RollingUpdateDaemonSet

Rolling update config params. Present only if type = "RollingUpdate".

type
string

Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.

See an issue here?