You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must be "background", "orphan", or "foreground". Selects the deletion cascading strategy for the dependents (e.g. Pods created by a ReplicationController). Defaults to background.
125
+
-->
126
+
必须是 "background"、"orphan" 或 "foreground"。
127
+
选择依赖项(例如,由 ReplicationController 创建的 Pod)的删除级联策略,
128
+
默认为 background。
129
+
</p></td>
130
+
</tr>
131
+
118
132
<tr>
119
133
<tdcolspan="2">--command</td>
120
134
</tr>
@@ -176,6 +190,46 @@ Name of the manager used to track field ownership.
If true, immediately remove resources from API and bypass graceful deletion. Note that immediate deletion of some resources may result in inconsistency or data loss and requires confirmation.
Period of time in seconds given to the resource to terminate gracefully. Ignored if negative. Set to 1 for immediate shutdown. Can only be set to 0 when --force is true (force deletion).
226
+
-->
227
+
指定给资源的体面终止时间(以秒为单位)。
228
+
如果为负数则忽略,为 1 表示立即关闭。
229
+
仅当 --force 为真(强制删除)时才可以设置为 0。
230
+
</p></td>
231
+
</tr>
232
+
179
233
<tr>
180
234
<tdcolspan="2">-h, --help</td>
181
235
</tr>
@@ -212,6 +266,18 @@ The image pull policy for the container. If left empty, this value will not be
0 commit comments