Skip to content

Commit 2c30b68

Browse files
authored
Update update-daemon-set.md
<h3>What type of PR is this ?</h3> Improve documentation. <h3>Which type of issue this PR fixes</h3> fixes 31311(issue).
1 parent 564baf1 commit 2c30b68

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
@@ -39,7 +39,7 @@ You may want to set
3939
(default to 1),
4040
[`.spec.minReadySeconds`](/docs/concepts/workloads/controllers/deployment/#min-ready-seconds)
4141
(default to 0) and
42-
[`.spec.maxSurge`](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#max-surge)
42+
[`.spec.updateStrategy.rollingUpdate.maxSurge`](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec)
4343
(a beta feature and defaults to 0) as well.
4444

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

0 commit comments

Comments
 (0)