Skip to content

Commit 6aa07e7

Browse files
authored
Merge pull request #31407 from MdSahil-oss/main
Update update-daemon-set.md
2 parents 501daa2 + f0a1484 commit 6aa07e7

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`](/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)