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