Skip to content

Commit 28b0cc3

Browse files
committed
[zh-cn]sync kubectl_rollout_status.md
Signed-off-by: xin.li <xin.li@daocloud.io>
1 parent 8a4880d commit 28b0cc3

File tree

1 file changed

+55
-46
lines changed

1 file changed

+55
-46
lines changed

content/zh-cn/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status.md

Lines changed: 55 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ help for status
8181
<td colspan="2">-k, --kustomize string</td>
8282
</tr>
8383
<tr>
84-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
84+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
85+
<p>
8586
<!--
8687
Process the kustomization directory. This flag can't be used together with -f or -R.
8788
-->
@@ -94,7 +95,8 @@ Process the kustomization directory. This flag can't be used together with -f or
9495
<td colspan="2">-R, --recursive</td>
9596
</tr>
9697
<tr>
97-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
98+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
99+
<p>
98100
<!--
99101
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
100102
-->
@@ -173,7 +175,8 @@ Watch the status of the rollout until it's done.
173175
<td colspan="2">--as string</td>
174176
</tr>
175177
<tr>
176-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
178+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
179+
<p>
177180
<!--
178181
Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
179182
-->
@@ -185,7 +188,8 @@ Username to impersonate for the operation. User could be a regular user or a ser
185188
<td colspan="2">--as-group strings</td>
186189
</tr>
187190
<tr>
188-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
191+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
192+
<p>
189193
<!--
190194
Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
191195
-->
@@ -197,7 +201,8 @@ Group to impersonate for the operation, this flag can be repeated to specify mul
197201
<td colspan="2">--as-uid string</td>
198202
</tr>
199203
<tr>
200-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
204+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
205+
<p>
201206
<!--
202207
UID to impersonate for the operation.
203208
-->
@@ -209,7 +214,8 @@ UID to impersonate for the operation.
209214
<td colspan="2">--cache-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: "$HOME/.kube/cache"-->默认值:"$HOME/.kube/cache"</td>
210215
</tr>
211216
<tr>
212-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
217+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
218+
<p>
213219
<!--
214220
Default cache directory
215221
-->
@@ -221,7 +227,8 @@ Default cache directory
221227
<td colspan="2">--certificate-authority string</td>
222228
</tr>
223229
<tr>
224-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
230+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
231+
<p>
225232
<!--
226233
Path to a cert file for the certificate authority
227234
-->
@@ -233,7 +240,8 @@ Path to a cert file for the certificate authority
233240
<td colspan="2">--client-certificate string</td>
234241
</tr>
235242
<tr>
236-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
243+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
244+
<p>
237245
<!--
238246
Path to a client certificate file for TLS
239247
-->
@@ -245,7 +253,8 @@ TLS 客户端证书文件的路径。
245253
<td colspan="2">--client-key string</td>
246254
</tr>
247255
<tr>
248-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
256+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
257+
<p>
249258
<!--
250259
Path to a client key file for TLS
251260
-->
@@ -257,7 +266,8 @@ TLS 客户端密钥文件的路径。
257266
<td colspan="2">--cluster string</td>
258267
</tr>
259268
<tr>
260-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
269+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
270+
<p>
261271
<!--
262272
The name of the kubeconfig cluster to use
263273
-->
@@ -269,45 +279,21 @@ The name of the kubeconfig cluster to use
269279
<td colspan="2">--context string</td>
270280
</tr>
271281
<tr>
272-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
282+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
283+
<p>
273284
<!--
274285
The name of the kubeconfig context to use
275286
-->
276287
要使用的 kubeconfig 上下文的名称。
277288
</p></td>
278289
</tr>
279290

280-
<tr>
281-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: 300-->默认值:300</td>
282-
</tr>
283-
<tr>
284-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
285-
<!--
286-
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.
287-
-->
288-
设置针对 notReady:NoExecute 的容忍度的 tolerationSeconds,
289-
默认添加到所有尚未设置此容忍度的 Pod。
290-
</p></td>
291-
</tr>
292-
293-
<tr>
294-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: 300-->默认值:300</td>
295-
</tr>
296-
<tr>
297-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
298-
<!--
299-
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.
300-
-->
301-
设置针对 unreachable:NoExecute 的容忍度的 tolerationSeconds,
302-
默认添加到所有尚未设置此容忍度的 Pod。
303-
</p></td>
304-
</tr>
305-
306291
<tr>
307292
<td colspan="2">--disable-compression</td>
308293
</tr>
309294
<tr>
310-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
295+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
296+
<p>
311297
<!--
312298
If true, opt-out of response compression for all requests to the server
313299
-->
@@ -319,7 +305,8 @@ If true, opt-out of response compression for all requests to the server
319305
<td colspan="2">--insecure-skip-tls-verify</td>
320306
</tr>
321307
<tr>
322-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
308+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
309+
<p>
323310
<!--
324311
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
325312
-->
@@ -331,19 +318,36 @@ If true, the server's certificate will not be checked for validity. This will ma
331318
<td colspan="2">--kubeconfig string</td>
332319
</tr>
333320
<tr>
334-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
321+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
322+
<p>
335323
<!--
336324
Path to the kubeconfig file to use for CLI requests.
337325
-->
338326
CLI 请求要使用的 kubeconfig 文件的路径。
339327
</p></td>
340328
</tr>
341329

330+
<tr>
331+
<td colspan="2">--kuberc string</td>
332+
</tr>
333+
<tr>
334+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
335+
<p>
336+
<!--
337+
Path to the kuberc file to use for preferences. This can be disabled by exporting KUBECTL_KUBERC=false feature gate or turning off the feature KUBERC=off.
338+
-->
339+
用于偏好设置的 kuberc 文件的路径。可以通过导出 KUBECTL_KUBERC=false
340+
特性门控或关闭 KUBERC=off 特性门控来禁用此功能。
341+
</p>
342+
</td>
343+
</tr>
344+
342345
<tr>
343346
<td colspan="2">--match-server-version</td>
344347
</tr>
345348
<tr>
346-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
349+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
350+
<p>
347351
<!--
348352
Require server version to match client version
349353
-->
@@ -355,7 +359,8 @@ Require server version to match client version
355359
<td colspan="2">-n, --namespace string</td>
356360
</tr>
357361
<tr>
358-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
362+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
363+
<p>
359364
<!--
360365
If present, the namespace scope for this CLI request
361366
-->
@@ -367,7 +372,8 @@ If present, the namespace scope for this CLI request
367372
<td colspan="2">--password string</td>
368373
</tr>
369374
<tr>
370-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
375+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
376+
<p>
371377
<!--
372378
Password for basic authentication to the API server
373379
-->
@@ -379,7 +385,8 @@ Password for basic authentication to the API server
379385
<td colspan="2">--profile string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: "none"-->默认值:"none"</td>
380386
</tr>
381387
<tr>
382-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
388+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
389+
<p>
383390
<!--
384391
Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex)
385392
-->
@@ -391,7 +398,8 @@ Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|m
391398
<td colspan="2">--profile-output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: "profile.pprof"-->默认值:"profile.pprof"</td>
392399
</tr>
393400
<tr>
394-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
401+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
402+
<p>
395403
<!--
396404
Name of the file to write the profile to
397405
-->
@@ -403,7 +411,8 @@ Name of the file to write the profile to
403411
<td colspan="2">--request-timeout string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: "0"-->默认值:"0"</td>
404412
</tr>
405413
<tr>
406-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
414+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
415+
<p>
407416
<!--
408417
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
409418
-->

0 commit comments

Comments
 (0)