Skip to content

Commit 9bdb086

Browse files
authored
Merge pull request #30331 from renan/MaxSurgeDefault
Fix default value for MaxSurge in RollingUpdates for DaemonSets beat feature
2 parents d9edcc3 + 696027c commit 9bdb086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/manage-daemon/update-daemon-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You may want to set
4040
[`.spec.minReadySeconds`](/docs/concepts/workloads/controllers/deployment/#min-ready-seconds)
4141
(default to 0) and
4242
[`.spec.maxSurge`](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#max-surge)
43-
(a beta feature and defaults to 25%) as well.
43+
(a beta feature and defaults to 0) as well.
4444

4545
### Creating a DaemonSet with `RollingUpdate` update strategy
4646

0 commit comments

Comments
 (0)