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