There was an error while loading. Please reload this page.
1 parent cc36eef commit 2fa6393Copy full SHA for 2fa6393
content/zh-cn/docs/reference/kubernetes-api/workload-resources/daemon-set-v1.md
@@ -141,6 +141,17 @@ DaemonSetSpec 是守护进程集的规约。
141
142
守护进程集更新的类型。可以是 "RollingUpdate" 或 "OnDelete"。默认为 RollingUpdate。
143
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
155
<!--
156
- **updateStrategy.rollingUpdate** (RollingUpdateDaemonSet)
157
0 commit comments