File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
content/zh/docs/tasks/manage-daemon Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,15 @@ You may want to set
66
66
(default to 1),
67
67
[`.spec.minReadySeconds`](/docs/concepts/workloads/controllers/deployment/#min-ready-seconds)
68
68
(default to 0) and
69
- [`.spec.maxSurge`](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#max-surge)
70
- (a beta feature and defaults to 25%) as well.
69
+ [`.spec.updateStrategy.rollingUpdate.maxSurge`](/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec)
70
+ (a beta feature and defaults to 0) as well.
71
+
71
72
-->
72
73
你可能想设置
73
74
[ ` .spec.updateStrategy.rollingUpdate.maxUnavailable ` ] ( /zh/docs/concepts/workloads/controllers/deployment/#max-unavailable ) (默认为 1),
74
75
[ ` .spec.minReadySeconds ` ] ( /zh/docs/concepts/workloads/controllers/deployment/#min-ready-seconds ) (默认为 0) 和
75
- [ ` .spec.maxSurge ` ] ( /zh/docs/concepts/workloads/controllers/deployment/#max-surge ) (一种 Beta 阶段的特性,默认为 25%)
76
+ [ ` .spec.updateStrategy.rollingUpdate.maxSurge ` ] ( /zh/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec )
77
+ (一种 Beta 阶段的特性,默认为 0)。
76
78
77
79
<!--
78
80
### Creating a DaemonSet with `RollingUpdate` update strategy
You can’t perform that action at this time.
0 commit comments