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