Merge pull request #28319 from ravisantoshgudimetla/maxSurge-beta
Introduce maxSurge as beta feature for DaemonSets
This commit is contained in:
@@ -32,11 +32,13 @@ DaemonSet has two update strategy types:
|
|||||||
To enable the rolling update feature of a DaemonSet, you must set its
|
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/concepts/workloads/controllers/deployment/#max-unavailable)
|
||||||
(default to 1) and
|
(default to 1),
|
||||||
[`.spec.minReadySeconds`](/docs/concepts/workloads/controllers/deployment/#min-ready-seconds)
|
[`.spec.minReadySeconds`](/docs/concepts/workloads/controllers/deployment/#min-ready-seconds)
|
||||||
(default to 0) as well.
|
(default to 0) and
|
||||||
|
[`.spec.maxSurge`](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#max-surge)
|
||||||
|
(a beta feature and defaults to 25%) as well.
|
||||||
|
|
||||||
### Creating a DaemonSet with `RollingUpdate` update strategy
|
### Creating a DaemonSet with `RollingUpdate` update strategy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user