Merge pull request #30331 from renan/MaxSurgeDefault

Fix default value for MaxSurge in RollingUpdates for DaemonSets beat feature
This commit is contained in:
Kubernetes Prow Robot
2022-01-17 13:12:49 -08:00
committed by GitHub
@@ -40,7 +40,7 @@ You may want to set
[`.spec.minReadySeconds`](/docs/concepts/workloads/controllers/deployment/#min-ready-seconds)
(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.
(a beta feature and defaults to 0) as well.
### Creating a DaemonSet with `RollingUpdate` update strategy