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