We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501daa2 + f0a1484 commit 6aa07e7Copy full SHA for 6aa07e7
content/en/docs/tasks/manage-daemon/update-daemon-set.md
@@ -39,7 +39,7 @@ You may want to set
39
(default to 1),
40
[`.spec.minReadySeconds`](/docs/concepts/workloads/controllers/deployment/#min-ready-seconds)
41
(default to 0) and
42
-[`.spec.maxSurge`](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#max-surge)
+[`.spec.updateStrategy.rollingUpdate.maxSurge`](/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec)
43
(a beta feature and defaults to 0) as well.
44
45
### Creating a DaemonSet with `RollingUpdate` update strategy
0 commit comments