@@ -125,7 +125,8 @@ kubeconfig 中上下文条目的用户。
125
125
<td colspan =" 2 " >--as string</td >
126
126
</tr >
127
127
<tr >
128
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
128
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
129
+ <p >
129
130
<!--
130
131
Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
131
132
-->
@@ -137,7 +138,8 @@ Username to impersonate for the operation. User could be a regular user or a ser
137
138
<td colspan =" 2 " >--as-group strings</td >
138
139
</tr >
139
140
<tr >
140
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
141
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
142
+ <p >
141
143
<!--
142
144
Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
143
145
-->
@@ -149,7 +151,8 @@ Group to impersonate for the operation, this flag can be repeated to specify mul
149
151
<td colspan =" 2 " >--as-uid string</td >
150
152
</tr >
151
153
<tr >
152
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
154
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
155
+ <p >
153
156
<!--
154
157
UID to impersonate for the operation.
155
158
-->
@@ -161,7 +164,8 @@ UID to impersonate for the operation.
161
164
<td colspan =" 2 " >--cache-dir string  ;  ;  ;  ;  ; <!-- Default: "$HOME/.kube/cache"--> 默认值:"$HOME/.kube/cache"</td >
162
165
</tr >
163
166
<tr >
164
- <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 >
165
169
<!--
166
170
Default cache directory
167
171
-->
@@ -173,7 +177,8 @@ Default cache directory
173
177
<td colspan =" 2 " >--certificate-authority string</td >
174
178
</tr >
175
179
<tr >
176
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
180
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
181
+ <p >
177
182
<!--
178
183
Path to a cert file for the certificate authority
179
184
-->
@@ -185,7 +190,8 @@ Path to a cert file for the certificate authority
185
190
<td colspan =" 2 " >--client-certificate string</td >
186
191
</tr >
187
192
<tr >
188
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
193
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
194
+ <p >
189
195
<!--
190
196
Path to a client certificate file for TLS
191
197
-->
@@ -197,7 +203,8 @@ TLS 客户端证书文件的路径。
197
203
<td colspan =" 2 " >--client-key string</td >
198
204
</tr >
199
205
<tr >
200
- <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 >
201
208
<!--
202
209
Path to a client key file for TLS
203
210
-->
@@ -209,7 +216,8 @@ TLS 客户端密钥文件的路径。
209
216
<td colspan =" 2 " >--cluster string</td >
210
217
</tr >
211
218
<tr >
212
- <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 >
213
221
<!--
214
222
The name of the kubeconfig cluster to use
215
223
-->
@@ -221,43 +229,21 @@ The name of the kubeconfig cluster to use
221
229
<td colspan =" 2 " >--context string</td >
222
230
</tr >
223
231
<tr >
224
- <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 >
225
234
<!--
226
235
The name of the kubeconfig context to use
227
236
-->
228
237
要使用的 kubeconfig 上下文的名称。
229
238
</p ></td >
230
239
</tr >
231
240
232
- <tr >
233
- <td colspan =" 2 " >--default-not-ready-toleration-seconds int  ;  ;  ;  ;  ; <!-- Default: 300--> 默认值:300</td >
234
- </tr >
235
- <tr >
236
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
237
- <!--
238
- 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.
239
- -->
240
- 设置针对 notReady: NoExecute 的容忍度的 tolerationSeconds,默认添加到所有尚未设置此容忍度的 Pod。
241
- </p ></td >
242
- </tr >
243
-
244
- <tr >
245
- <td colspan =" 2 " >--default-unreachable-toleration-seconds int  ;  ;  ;  ;  ; <!-- Default: 300--> 默认值:300</td >
246
- </tr >
247
- <tr >
248
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
249
- <!--
250
- 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.
251
- -->
252
- 设置针对 unreachable: NoExecute 的容忍度的 tolerationSeconds,默认添加到所有尚未设置此容忍度的 Pod。
253
- </p ></td >
254
- </tr >
255
-
256
241
<tr >
257
242
<td colspan =" 2 " >--disable-compression</td >
258
243
</tr >
259
244
<tr >
260
- <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 >
261
247
<!--
262
248
If true, opt-out of response compression for all requests to the server
263
249
-->
@@ -269,7 +255,8 @@ If true, opt-out of response compression for all requests to the server
269
255
<td colspan =" 2 " >--insecure-skip-tls-verify</td >
270
256
</tr >
271
257
<tr >
272
- <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 >
273
260
<!--
274
261
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
275
262
-->
@@ -281,14 +268,30 @@ If true, the server's certificate will not be checked for validity. This will ma
281
268
<td colspan =" 2 " >--kubeconfig string</td >
282
269
</tr >
283
270
<tr >
284
- <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 >
285
273
<!--
286
274
Path to the kubeconfig file to use for CLI requests.
287
275
-->
288
276
CLI 请求要使用的 kubeconfig 文件的路径。
289
277
</p ></td >
290
278
</tr >
291
279
280
+ <tr >
281
+ <td colspan =" 2 " >--kuberc string</td >
282
+ </tr >
283
+ <tr >
284
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
285
+ <p >
286
+ <!--
287
+ 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.
288
+ -->
289
+ 用于偏好设置的 kuberc 文件的路径。可以通过导出 KUBECTL_KUBERC=false
290
+ 特性门控或关闭 KUBERC=off 特性门控来禁用此功能。
291
+ </p >
292
+ </td >
293
+ </tr >
294
+
292
295
<tr >
293
296
<td colspan =" 2 " >--match-server-version</td >
294
297
</tr >
@@ -305,7 +308,8 @@ Require server version to match client version
305
308
<td colspan =" 2 " >-n, --namespace string</td >
306
309
</tr >
307
310
<tr >
308
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
311
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
312
+ <p >
309
313
<!--
310
314
If present, the namespace scope for this CLI request
311
315
-->
@@ -317,7 +321,8 @@ If present, the namespace scope for this CLI request
317
321
<td colspan =" 2 " >--password string</td >
318
322
</tr >
319
323
<tr >
320
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
324
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
325
+ <p >
321
326
<!--
322
327
Password for basic authentication to the API server
323
328
-->
@@ -329,7 +334,8 @@ Password for basic authentication to the API server
329
334
<td colspan =" 2 " >--profile string  ;  ;  ;  ;  ; <!-- Default: "none"--> 默认值:"none"</td >
330
335
</tr >
331
336
<tr >
332
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
337
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
338
+ <p >
333
339
<!--
334
340
Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex)
335
341
-->
@@ -341,7 +347,8 @@ Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|m
341
347
<td colspan =" 2 " >--profile-output string  ;  ;  ;  ;  ; <!-- Default: "profile.pprof"--> 默认值:"profile.pprof"</td >
342
348
</tr >
343
349
<tr >
344
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
350
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
351
+ <p >
345
352
<!--
346
353
Name of the file to write the profile to
347
354
-->
@@ -353,7 +360,8 @@ Name of the file to write the profile to
353
360
<td colspan =" 2 " >--request-timeout string  ;  ;  ;  ;  ; <!-- Default: "0"--> 默认值:"0"</td >
354
361
</tr >
355
362
<tr >
356
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
363
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
364
+ <p >
357
365
<!--
358
366
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.
359
367
-->
@@ -366,7 +374,8 @@ The length of time to wait before giving up on a single server request. Non-zero
366
374
<td colspan =" 2 " >-s, --server string</td >
367
375
</tr >
368
376
<tr >
369
- <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 >
370
379
<!--
371
380
The address and port of the Kubernetes API server
372
381
-->
@@ -378,7 +387,8 @@ Kubernetes API 服务器的地址和端口。
378
387
<td colspan =" 2 " >--storage-driver-buffer-duration duration  ;  ;  ;  ;  ; <!-- Default: 1m0s--> 默认值:1m0s</td >
379
388
</tr >
380
389
<tr >
381
- <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 >
382
392
<!--
383
393
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction
384
394
-->
@@ -390,7 +400,8 @@ Writes in the storage driver will be buffered for this duration, and committed t
390
400
<td colspan =" 2 " >--storage-driver-db string  ;  ;  ;  ;  ; <!-- Default: "cadvisor"--> 默认值:"cadvisor"</td >
391
401
</tr >
392
402
<tr >
393
- <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 >
394
405
<!--
395
406
database name
396
407
-->
@@ -402,7 +413,8 @@ database name
402
413
<td colspan =" 2 " >--storage-driver-host string  ;  ;  ;  ;  ; <!-- Default: "localhost:8086"--> 默认值:"localhost:8086"</td >
403
414
</tr >
404
415
<tr >
405
- <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 >
406
418
<!--
407
419
database host:port
408
420
-->
0 commit comments