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