Update update-daemon-set.md
This commit is contained in:
parent
078c5bb013
commit
2f72e09add
|
|
@ -35,9 +35,9 @@ To enable the rolling update feature of a DaemonSet, you must set its
|
||||||
`.spec.updateStrategy.type` to `RollingUpdate`.
|
`.spec.updateStrategy.type` to `RollingUpdate`.
|
||||||
|
|
||||||
You may want to set
|
You may want to set
|
||||||
[`.spec.updateStrategy.rollingUpdate.maxUnavailable`](/docs/concepts/workloads/controllers/deployment/#max-unavailable)
|
[`.spec.updateStrategy.rollingUpdate.maxUnavailable`](/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec)
|
||||||
(default to 1),
|
(default to 1),
|
||||||
[`.spec.minReadySeconds`](/docs/concepts/workloads/controllers/deployment/#min-ready-seconds)
|
[`.spec.minReadySeconds`](/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec)
|
||||||
(default to 0) and
|
(default to 0) and
|
||||||
[`.spec.updateStrategy.rollingUpdate.maxSurge`](/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec)
|
[`.spec.updateStrategy.rollingUpdate.maxSurge`](/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec)
|
||||||
(a beta feature and defaults to 0) as well.
|
(a beta feature and defaults to 0) as well.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue