@@ -101,7 +101,8 @@ Name of the manager used to track field ownership.
101
101
<td colspan =" 2 " >--from string</td >
102
102
</tr >
103
103
<tr >
104
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
104
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
105
+ <p >
105
106
<!--
106
107
The name of the resource to create a Job from (only cronjob is supported).
107
108
-->
@@ -113,7 +114,8 @@ The name of the resource to create a Job from (only cronjob is supported).
113
114
<td colspan =" 2 " >-h, --help</td >
114
115
</tr >
115
116
<tr >
116
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
117
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
118
+ <p >
117
119
<!--
118
120
help for job
119
121
-->
@@ -125,7 +127,8 @@ job 操作的帮助命令。
125
127
<td colspan =" 2 " >--image string</td >
126
128
</tr >
127
129
<tr >
128
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
130
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
131
+ <p >
129
132
<!--
130
133
Image name to run.
131
134
-->
@@ -137,7 +140,8 @@ Image name to run.
137
140
<td colspan =" 2 " >-o, --output string</td >
138
141
</tr >
139
142
<tr >
140
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
143
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
144
+ <p >
141
145
<!--
142
146
Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
143
147
-->
@@ -150,7 +154,8 @@ json、yaml、name、go-template、go-template-file、template、templatefile、
150
154
<td colspan =" 2 " >--save-config</td >
151
155
</tr >
152
156
<tr >
153
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
157
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
158
+ <p >
154
159
<!--
155
160
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future.
156
161
-->
@@ -163,7 +168,8 @@ If true, the configuration of current object will be saved in its annotation. Ot
163
168
<td colspan =" 2 " >--show-managed-fields</td >
164
169
</tr >
165
170
<tr >
166
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
171
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
172
+ <p >
167
173
<!--
168
174
If true, keep the managedFields when printing objects in JSON or YAML format.
169
175
-->
@@ -175,7 +181,8 @@ If true, keep the managedFields when printing objects in JSON or YAML format.
175
181
<td colspan =" 2 " >--template string</td >
176
182
</tr >
177
183
<tr >
178
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
184
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
185
+ <p >
179
186
<!--
180
187
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
181
188
-->
@@ -188,7 +195,8 @@ Template string or path to template file to use when -o=go-template, -o=go-templ
188
195
<td colspan =" 2 " >--validate string[="strict"]  ;  ;  ;  ;  ; <!-- Default:--> 默认值:"strict"</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
Must be one of: strict (or true), warn, ignore (or false). "true" or "strict" will use a schema to validate the input and fail the request if invalid. It will perform server side validation if ServerSideFieldValidation is enabled on the api-server, but will fall back to less reliable client-side validation if not. "warn" will warn about unknown or duplicate fields without blocking the request if server-side field validation is enabled on the API server, and behave as "ignore" otherwise. "false" or "ignore" will not perform any schema validation, silently dropping any unknown or duplicate fields.
194
202
-->
@@ -207,7 +215,7 @@ Must be one of: strict (or true), warn, ignore (or false). "true" or &
207
215
208
216
## {{% heading "parentoptions" %}}
209
217
210
- <table style =" width : 100% ; table-layout : fixed ;" >
218
+ <table style =" width : 100% ; table-layout : fixed ;" >
211
219
<colgroup >
212
220
<col span =" 1 " style =" width : 10px ;" />
213
221
<col span =" 1 " />
@@ -218,7 +226,8 @@ Must be one of: strict (or true), warn, ignore (or false). "true" or &
218
226
<td colspan =" 2 " >--as string</td >
219
227
</tr >
220
228
<tr >
221
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
229
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
230
+ <p >
222
231
<!--
223
232
Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
224
233
-->
@@ -230,7 +239,8 @@ Username to impersonate for the operation. User could be a regular user or a ser
230
239
<td colspan =" 2 " >--as-group strings</td >
231
240
</tr >
232
241
<tr >
233
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
242
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
243
+ <p >
234
244
<!--
235
245
Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
236
246
-->
@@ -242,7 +252,8 @@ Group to impersonate for the operation, this flag can be repeated to specify mul
242
252
<td colspan =" 2 " >--as-uid string</td >
243
253
</tr >
244
254
<tr >
245
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
255
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
256
+ <p >
246
257
<!--
247
258
UID to impersonate for the operation.
248
259
-->
@@ -254,7 +265,8 @@ UID to impersonate for the operation.
254
265
<td colspan =" 2 " >--cache-dir string  ;  ;  ;  ;  ; <!-- Default:--> 默认值:"$HOME/.kube/cache"</td >
255
266
</tr >
256
267
<tr >
257
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
268
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
269
+ <p >
258
270
<!--
259
271
Default cache directory
260
272
-->
@@ -266,7 +278,8 @@ Default cache directory
266
278
<td colspan =" 2 " >--certificate-authority string</td >
267
279
</tr >
268
280
<tr >
269
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
281
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
282
+ <p >
270
283
<!--
271
284
Path to a cert file for the certificate authority
272
285
-->
@@ -278,7 +291,8 @@ Path to a cert file for the certificate authority
278
291
<td colspan =" 2 " >--client-certificate string</td >
279
292
</tr >
280
293
<tr >
281
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
294
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
295
+ <p >
282
296
<!--
283
297
Path to a client certificate file for TLS
284
298
-->
@@ -290,7 +304,8 @@ TLS 客户端证书文件的路径。
290
304
<td colspan =" 2 " >--client-key string</td >
291
305
</tr >
292
306
<tr >
293
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
307
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
308
+ <p >
294
309
<!--
295
310
Path to a client key file for TLS
296
311
-->
@@ -302,7 +317,8 @@ TLS 客户端密钥文件的路径。
302
317
<td colspan =" 2 " >--cluster string</td >
303
318
</tr >
304
319
<tr >
305
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
320
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
321
+ <p >
306
322
<!--
307
323
The name of the kubeconfig cluster to use
308
324
-->
@@ -314,43 +330,21 @@ The name of the kubeconfig cluster to use
314
330
<td colspan =" 2 " >--context string</td >
315
331
</tr >
316
332
<tr >
317
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
333
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
334
+ <p >
318
335
<!--
319
336
The name of the kubeconfig context to use
320
337
-->
321
338
要使用的 kubeconfig 上下文的名称。
322
339
</p ></td >
323
340
</tr >
324
341
325
- <tr >
326
- <td colspan =" 2 " >--default-not-ready-toleration-seconds int  ;  ;  ;  ;  ; <!-- Default:--> 默认值:300</td >
327
- </tr >
328
- <tr >
329
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
330
- <!--
331
- 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.
332
- -->
333
- 设置针对 notReady: NoExecute 的容忍度的 tolerationSeconds,默认添加到所有尚未设置此容忍度的 Pod。
334
- </p ></td >
335
- </tr >
336
-
337
- <tr >
338
- <td colspan =" 2 " >--default-unreachable-toleration-seconds int  ;  ;  ;  ;  ; <!-- Default:--> 默认值:300</td >
339
- </tr >
340
- <tr >
341
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
342
- <!--
343
- 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.
344
- -->
345
- 设置针对 unreachable: NoExecute 的容忍度的 tolerationSeconds,默认添加到所有尚未设置此容忍度的 Pod。
346
- </p ></td >
347
- </tr >
348
-
349
342
<tr >
350
343
<td colspan =" 2 " >--disable-compression</td >
351
344
</tr >
352
345
<tr >
353
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
346
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
347
+ <p >
354
348
<!--
355
349
If true, opt-out of response compression for all requests to the server
356
350
-->
@@ -362,7 +356,8 @@ If true, opt-out of response compression for all requests to the server
362
356
<td colspan =" 2 " >--insecure-skip-tls-verify</td >
363
357
</tr >
364
358
<tr >
365
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
359
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
360
+ <p >
366
361
<!--
367
362
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
368
363
-->
@@ -374,19 +369,36 @@ If true, the server's certificate will not be checked for validity. This will ma
374
369
<td colspan =" 2 " >--kubeconfig string</td >
375
370
</tr >
376
371
<tr >
377
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
372
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
373
+ <p >
378
374
<!--
379
375
Path to the kubeconfig file to use for CLI requests.
380
376
-->
381
377
CLI 请求要使用的 kubeconfig 文件的路径。
382
378
</p ></td >
383
379
</tr >
384
380
381
+ <tr >
382
+ <td colspan =" 2 " >--kuberc string</td >
383
+ </tr >
384
+ <tr >
385
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
386
+ <p >
387
+ <!--
388
+ 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.
389
+ -->
390
+ 用于偏好设置的 kuberc 文件的路径。可以通过导出 KUBECTL_KUBERC=false
391
+ 特性门控或关闭 KUBERC=off 特性门控来禁用此功能。
392
+ </p >
393
+ </td >
394
+ </tr >
395
+
385
396
<tr >
386
397
<td colspan =" 2 " >--match-server-version</td >
387
398
</tr >
388
399
<tr >
389
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
400
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
401
+ <p >
390
402
<!--
391
403
Require server version to match client version
392
404
-->
0 commit comments