Skip to content

Commit 2fa6393

Browse files
committed
[zh-cn]sync daemon-set-v1
Signed-off-by: xin.li <xin.li@daocloud.io>
1 parent cc36eef commit 2fa6393

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/zh-cn/docs/reference/kubernetes-api/workload-resources/daemon-set-v1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,17 @@ DaemonSetSpec 是守护进程集的规约。
141141

142142
守护进程集更新的类型。可以是 "RollingUpdate" 或 "OnDelete"。默认为 RollingUpdate。
143143

144+
<!--
145+
Possible enum values:
146+
- `"OnDelete"` Replace the old daemons only when it's killed
147+
- `"RollingUpdate"` Replace the old daemons by new ones using rolling update i.e replace them on each node one after the other.
148+
-->
149+
150+
可能的枚举值:
151+
152+
- `"OnDelete"` 仅当旧的守护进程被杀死时才替换它
153+
- `"RollingUpdate"` 使用滚动更新替换旧的守护进程,即在每个节点上一个接一个地替换它们。
154+
144155
<!--
145156
- **updateStrategy.rollingUpdate** (RollingUpdateDaemonSet)
146157

0 commit comments

Comments
 (0)