@@ -335,7 +335,8 @@ kubeconfig 中用户条目的用户名。
335
335
<td colspan =" 2 " >--as string</td >
336
336
</tr >
337
337
<tr >
338
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
338
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
339
+ <p >
339
340
<!--
340
341
Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
341
342
-->
@@ -347,7 +348,8 @@ Username to impersonate for the operation. User could be a regular user or a ser
347
348
<td colspan =" 2 " >--as-group strings</td >
348
349
</tr >
349
350
<tr >
350
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
351
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
352
+ <p >
351
353
<!--
352
354
Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
353
355
-->
@@ -359,7 +361,8 @@ Group to impersonate for the operation, this flag can be repeated to specify mul
359
361
<td colspan =" 2 " >--as-uid string</td >
360
362
</tr >
361
363
<tr >
362
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
364
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
365
+ <p >
363
366
<!--
364
367
UID to impersonate for the operation.
365
368
-->
@@ -371,7 +374,8 @@ UID to impersonate for the operation.
371
374
<td colspan =" 2 " >--cache-dir string  ;  ;  ;  ;  ; <!-- Default: "$HOME/.kube/cache"--> 默认值:"$HOME/.kube/cache"</td >
372
375
</tr >
373
376
<tr >
374
- <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 >
375
379
<!--
376
380
Default cache directory
377
381
-->
@@ -383,7 +387,8 @@ Default cache directory
383
387
<td colspan =" 2 " >--certificate-authority string</td >
384
388
</tr >
385
389
<tr >
386
- <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 >
387
392
<!--
388
393
Path to a cert file for the certificate authority
389
394
-->
@@ -395,7 +400,8 @@ Path to a cert file for the certificate authority
395
400
<td colspan =" 2 " >--client-certificate string</td >
396
401
</tr >
397
402
<tr >
398
- <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 >
399
405
<!--
400
406
Path to a client certificate file for TLS
401
407
-->
@@ -407,7 +413,8 @@ TLS 客户端证书文件的路径。
407
413
<td colspan =" 2 " >--client-key string</td >
408
414
</tr >
409
415
<tr >
410
- <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 >
411
418
<!--
412
419
Path to a client key file for TLS
413
420
-->
@@ -419,7 +426,8 @@ TLS 客户端密钥文件的路径。
419
426
<td colspan =" 2 " >--cluster string</td >
420
427
</tr >
421
428
<tr >
422
- <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 >
423
431
<!--
424
432
The name of the kubeconfig cluster to use
425
433
-->
@@ -431,43 +439,21 @@ The name of the kubeconfig cluster to use
431
439
<td colspan =" 2 " >--context string</td >
432
440
</tr >
433
441
<tr >
434
- <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 >
435
444
<!--
436
445
The name of the kubeconfig context to use
437
446
-->
438
447
要使用的 kubeconfig 上下文的名称。
439
448
</p ></td >
440
449
</tr >
441
450
442
- <tr >
443
- <td colspan =" 2 " >--default-not-ready-toleration-seconds int  ;  ;  ;  ;  ; <!-- Default: 300--> 默认值:300</td >
444
- </tr >
445
- <tr >
446
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
447
- <!--
448
- 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.
449
- -->
450
- 设置针对 notReady: NoExecute 的容忍度的 tolerationSeconds,默认添加到所有尚未设置此容忍度的 Pod。
451
- </p ></td >
452
- </tr >
453
-
454
- <tr >
455
- <td colspan =" 2 " >--default-unreachable-toleration-seconds int  ;  ;  ;  ;  ; <!-- Default: 300--> 默认值:300</td >
456
- </tr >
457
- <tr >
458
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
459
- <!--
460
- 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.
461
- -->
462
- 设置针对 unreachable: NoExecute 的容忍度的 tolerationSeconds,默认添加到所有尚未设置此容忍度的 Pod。
463
- </p ></td >
464
- </tr >
465
-
466
451
<tr >
467
452
<td colspan =" 2 " >--disable-compression</td >
468
453
</tr >
469
454
<tr >
470
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
455
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
456
+ <p >
471
457
<!--
472
458
If true, opt-out of response compression for all requests to the server
473
459
-->
@@ -479,7 +465,8 @@ If true, opt-out of response compression for all requests to the server
479
465
<td colspan =" 2 " >--insecure-skip-tls-verify</td >
480
466
</tr >
481
467
<tr >
482
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
468
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
469
+ <p >
483
470
<!--
484
471
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
485
472
-->
@@ -491,19 +478,36 @@ If true, the server's certificate will not be checked for validity. This will ma
491
478
<td colspan =" 2 " >--kubeconfig string</td >
492
479
</tr >
493
480
<tr >
494
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
481
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
482
+ <p >
495
483
<!--
496
484
Path to the kubeconfig file to use for CLI requests.
497
485
-->
498
486
CLI 请求要使用的 kubeconfig 文件的路径。
499
487
</p ></td >
500
488
</tr >
501
489
490
+ <tr >
491
+ <td colspan =" 2 " >--kuberc string</td >
492
+ </tr >
493
+ <tr >
494
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
495
+ <p >
496
+ <!--
497
+ 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.
498
+ -->
499
+ 用于偏好设置的 kuberc 文件的路径。可以通过导出 KUBECTL_KUBERC=false
500
+ 特性门控或关闭 KUBERC=off 特性门控来禁用此功能。
501
+ </p >
502
+ </td >
503
+ </tr >
504
+
502
505
<tr >
503
506
<td colspan =" 2 " >--match-server-version</td >
504
507
</tr >
505
508
<tr >
506
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
509
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
510
+ <p >
507
511
<!--
508
512
Require server version to match client version
509
513
-->
@@ -515,7 +519,8 @@ Require server version to match client version
515
519
<td colspan =" 2 " >-n, --namespace string</td >
516
520
</tr >
517
521
<tr >
518
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
522
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
523
+ <p >
519
524
<!--
520
525
If present, the namespace scope for this CLI request
521
526
-->
@@ -527,7 +532,8 @@ If present, the namespace scope for this CLI request
527
532
<td colspan =" 2 " >--password string</td >
528
533
</tr >
529
534
<tr >
530
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
535
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
536
+ <p >
531
537
<!--
532
538
Password for basic authentication to the API server
533
539
-->
@@ -539,7 +545,8 @@ Password for basic authentication to the API server
539
545
<td colspan =" 2 " >--profile string  ;  ;  ;  ;  ; <!-- Default: "none"--> 默认值:"none"</td >
540
546
</tr >
541
547
<tr >
542
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
548
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
549
+ <p >
543
550
<!--
544
551
Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex)
545
552
-->
@@ -551,7 +558,8 @@ Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|m
551
558
<td colspan =" 2 " >--profile-output string  ;  ;  ;  ;  ; <!-- Default: "profile.pprof"--> 默认值:"profile.pprof"</td >
552
559
</tr >
553
560
<tr >
554
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
561
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
562
+ <p >
555
563
<!--
556
564
Name of the file to write the profile to
557
565
-->
@@ -563,7 +571,8 @@ Name of the file to write the profile to
563
571
<td colspan =" 2 " >--request-timeout string  ;  ;  ;  ;  ; <!-- Default: "0"--> 默认值:"0"</td >
564
572
</tr >
565
573
<tr >
566
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
574
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
575
+ <p >
567
576
<!--
568
577
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.
569
578
-->
@@ -576,7 +585,8 @@ The length of time to wait before giving up on a single server request. Non-zero
576
585
<td colspan =" 2 " >-s, --server string</td >
577
586
</tr >
578
587
<tr >
579
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
588
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
589
+ <p >
580
590
<!--
581
591
The address and port of the Kubernetes API server
582
592
-->
@@ -588,7 +598,8 @@ Kubernetes API 服务器的地址和端口。
588
598
<td colspan =" 2 " >--storage-driver-buffer-duration duration  ;  ;  ;  ;  ; <!-- Default: 1m0s--> 默认值:1m0s</td >
589
599
</tr >
590
600
<tr >
591
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
601
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
602
+ <p >
592
603
<!--
593
604
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction
594
605
-->
@@ -600,7 +611,8 @@ Writes in the storage driver will be buffered for this duration, and committed t
600
611
<td colspan =" 2 " >--storage-driver-db string  ;  ;  ;  ;  ; <!-- Default: "cadvisor"--> 默认值:"cadvisor"</td >
601
612
</tr >
602
613
<tr >
603
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
614
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
615
+ <p >
604
616
<!--
605
617
database name
606
618
-->
0 commit comments