Skip to content

Commit 6ea9753

Browse files
authored
Merge pull request #52715 from my-git9/npe-273
[zh-cn]sync kubectl_rollout_pause.md
2 parents 665d2dc + eda347e commit 6ea9753

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_pause.md

Lines changed: 55 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ Selector (label query) to filter on, supports '=', '==', '!=', 'in', 'notin'.(e.
164164
<td colspan="2">--show-managed-fields</td>
165165
</tr>
166166
<tr>
167-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
167+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
168+
<p>
168169
<!--
169170
If true, keep the managedFields when printing objects in JSON or YAML format.
170171
-->
@@ -202,7 +203,8 @@ Template string or path to template file to use when -o=go-template, -o=go-templ
202203
<td colspan="2">--as string</td>
203204
</tr>
204205
<tr>
205-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
206+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
207+
<p>
206208
<!--
207209
Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
208210
-->
@@ -214,7 +216,8 @@ Username to impersonate for the operation. User could be a regular user or a ser
214216
<td colspan="2">--as-group strings</td>
215217
</tr>
216218
<tr>
217-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
219+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
220+
<p>
218221
<!--
219222
Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
220223
-->
@@ -226,7 +229,8 @@ Group to impersonate for the operation, this flag can be repeated to specify mul
226229
<td colspan="2">--as-uid string</td>
227230
</tr>
228231
<tr>
229-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
232+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
233+
<p>
230234
<!--
231235
UID to impersonate for the operation.
232236
-->
@@ -238,7 +242,8 @@ UID to impersonate for the operation.
238242
<td colspan="2">--cache-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: "$HOME/.kube/cache"-->默认值:"$HOME/.kube/cache"</td>
239243
</tr>
240244
<tr>
241-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
245+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
246+
<p>
242247
<!--
243248
Default cache directory
244249
-->
@@ -250,7 +255,8 @@ Default cache directory
250255
<td colspan="2">--certificate-authority string</td>
251256
</tr>
252257
<tr>
253-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
258+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
259+
<p>
254260
<!--
255261
Path to a cert file for the certificate authority
256262
-->
@@ -262,7 +268,8 @@ Path to a cert file for the certificate authority
262268
<td colspan="2">--client-certificate string</td>
263269
</tr>
264270
<tr>
265-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
271+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
272+
<p>
266273
<!--
267274
Path to a client certificate file for TLS
268275
-->
@@ -274,7 +281,8 @@ TLS 客户端证书文件的路径。
274281
<td colspan="2">--client-key string</td>
275282
</tr>
276283
<tr>
277-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
284+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
285+
<p>
278286
<!--
279287
Path to a client key file for TLS
280288
-->
@@ -286,7 +294,8 @@ TLS 客户端密钥文件的路径。
286294
<td colspan="2">--cluster string</td>
287295
</tr>
288296
<tr>
289-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
297+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
298+
<p>
290299
<!--
291300
The name of the kubeconfig cluster to use
292301
-->
@@ -298,45 +307,21 @@ The name of the kubeconfig cluster to use
298307
<td colspan="2">--context string</td>
299308
</tr>
300309
<tr>
301-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
310+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
311+
<p>
302312
<!--
303313
The name of the kubeconfig context to use
304314
-->
305315
要使用的 kubeconfig 上下文的名称。
306316
</p></td>
307317
</tr>
308318

309-
<tr>
310-
<td colspan="2">--default-not-ready-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: 300-->默认值:300</td>
311-
</tr>
312-
<tr>
313-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
314-
<!--
315-
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.
316-
-->
317-
设置针对 notReady:NoExecute 的容忍度的 tolerationSeconds,
318-
默认添加到所有尚未设置此容忍度的 Pod。
319-
</p></td>
320-
</tr>
321-
322-
<tr>
323-
<td colspan="2">--default-unreachable-toleration-seconds int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: 300-->默认值:300</td>
324-
</tr>
325-
<tr>
326-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
327-
<!--
328-
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.
329-
-->
330-
设置针对 unreachable:NoExecute 的容忍度的 tolerationSeconds,
331-
默认添加到所有尚未设置此容忍度的 Pod。
332-
</p></td>
333-
</tr>
334-
335319
<tr>
336320
<td colspan="2">--disable-compression</td>
337321
</tr>
338322
<tr>
339-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
323+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
324+
<p>
340325
<!--
341326
If true, opt-out of response compression for all requests to the server
342327
-->
@@ -348,7 +333,8 @@ If true, opt-out of response compression for all requests to the server
348333
<td colspan="2">--insecure-skip-tls-verify</td>
349334
</tr>
350335
<tr>
351-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
336+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
337+
<p>
352338
<!--
353339
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
354340
-->
@@ -360,19 +346,36 @@ If true, the server's certificate will not be checked for validity. This will ma
360346
<td colspan="2">--kubeconfig string</td>
361347
</tr>
362348
<tr>
363-
<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>
364351
<!--
365352
Path to the kubeconfig file to use for CLI requests.
366353
-->
367354
CLI 请求要使用的 kubeconfig 文件的路径。
368355
</p></td>
369356
</tr>
370357

358+
<tr>
359+
<td colspan="2">--kuberc string</td>
360+
</tr>
361+
<tr>
362+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
363+
<p>
364+
<!--
365+
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.
366+
-->
367+
用于偏好设置的 kuberc 文件的路径。可以通过导出 KUBECTL_KUBERC=false
368+
特性门控或关闭 KUBERC=off 特性门控来禁用此功能。
369+
</p>
370+
</td>
371+
</tr>
372+
371373
<tr>
372374
<td colspan="2">--match-server-version</td>
373375
</tr>
374376
<tr>
375-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
377+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
378+
<p>
376379
<!--
377380
Require server version to match client version
378381
-->
@@ -384,7 +387,8 @@ Require server version to match client version
384387
<td colspan="2">-n, --namespace string</td>
385388
</tr>
386389
<tr>
387-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
390+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
391+
<p>
388392
<!--
389393
If present, the namespace scope for this CLI request
390394
-->
@@ -396,7 +400,8 @@ If present, the namespace scope for this CLI request
396400
<td colspan="2">--password string</td>
397401
</tr>
398402
<tr>
399-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
403+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
404+
<p>
400405
<!--
401406
Password for basic authentication to the API server
402407
-->
@@ -408,7 +413,8 @@ Password for basic authentication to the API server
408413
<td colspan="2">--profile string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: "none"-->默认值:"none"</td>
409414
</tr>
410415
<tr>
411-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
416+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
417+
<p>
412418
<!--
413419
Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex)
414420
-->
@@ -420,7 +426,8 @@ Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|m
420426
<td colspan="2">--profile-output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: "profile.pprof"-->默认值:"profile.pprof"</td>
421427
</tr>
422428
<tr>
423-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
429+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
430+
<p>
424431
<!--
425432
Name of the file to write the profile to
426433
-->
@@ -432,7 +439,8 @@ Name of the file to write the profile to
432439
<td colspan="2">--request-timeout string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--Default: "0"-->默认值:"0"</td>
433440
</tr>
434441
<tr>
435-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
442+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
443+
<p>
436444
<!--
437445
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.
438446
-->
@@ -445,7 +453,8 @@ The length of time to wait before giving up on a single server request. Non-zero
445453
<td colspan="2">-s, --server string</td>
446454
</tr>
447455
<tr>
448-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
456+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
457+
<p>
449458
<!--
450459
The address and port of the Kubernetes API server
451460
-->

0 commit comments

Comments
 (0)