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