@@ -69,7 +69,8 @@ help for delete-cluster
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,7 +212,8 @@ 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
-->
@@ -237,7 +225,8 @@ CLI 请求要使用的 kubeconfig 文件的路径。
237
225
<td colspan =" 2 " >--match-server-version</td >
238
226
</tr >
239
227
<tr >
240
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
228
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
229
+ <p >
241
230
<!--
242
231
Require server version to match client version
243
232
-->
@@ -249,7 +238,8 @@ Require server version to match client version
249
238
<td colspan =" 2 " >-n, --namespace string</td >
250
239
</tr >
251
240
<tr >
252
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
241
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
242
+ <p >
253
243
<!--
254
244
If present, the namespace scope for this CLI request
255
245
-->
@@ -261,7 +251,8 @@ If present, the namespace scope for this CLI request
261
251
<td colspan =" 2 " >--password string</td >
262
252
</tr >
263
253
<tr >
264
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
254
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
255
+ <p >
265
256
<!--
266
257
Password for basic authentication to the API server
267
258
-->
@@ -273,7 +264,8 @@ Password for basic authentication to the API server
273
264
<td colspan =" 2 " >--profile string  ;  ;  ;  ;  ; <!-- Default: "none"--> 默认值:"none"</td >
274
265
</tr >
275
266
<tr >
276
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
267
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
268
+ <p >
277
269
<!--
278
270
Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex)
279
271
-->
@@ -285,7 +277,8 @@ Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|m
285
277
<td colspan =" 2 " >--profile-output string  ;  ;  ;  ;  ; <!-- Default: "profile.pprof"--> 默认值:"profile.pprof"</td >
286
278
</tr >
287
279
<tr >
288
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
280
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
281
+ <p >
289
282
<!--
290
283
Name of the file to write the profile to
291
284
-->
@@ -297,7 +290,8 @@ Name of the file to write the profile to
297
290
<td colspan =" 2 " >--request-timeout string  ;  ;  ;  ;  ; <!-- Default: "0"--> 默认值:"0"</td >
298
291
</tr >
299
292
<tr >
300
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
293
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
294
+ <p >
301
295
<!--
302
296
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
297
-->
@@ -310,7 +304,8 @@ The length of time to wait before giving up on a single server request. Non-zero
310
304
<td colspan =" 2 " >-s, --server string</td >
311
305
</tr >
312
306
<tr >
313
- <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 >
314
309
<!--
315
310
The address and port of the Kubernetes API server
316
311
-->
@@ -322,7 +317,8 @@ Kubernetes API 服务器的地址和端口。
322
317
<td colspan =" 2 " >--storage-driver-buffer-duration duration  ;  ;  ;  ;  ; <!-- Default: 1m0s--> 默认值:1m0s</td >
323
318
</tr >
324
319
<tr >
325
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
320
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
321
+ <p >
326
322
<!--
327
323
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction
328
324
-->
@@ -334,7 +330,8 @@ Writes in the storage driver will be buffered for this duration, and committed t
334
330
<td colspan =" 2 " >--storage-driver-db string  ;  ;  ;  ;  ; <!-- Default: "cadvisor"--> 默认值:"cadvisor"</td >
335
331
</tr >
336
332
<tr >
337
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
333
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
334
+ <p >
338
335
<!--
339
336
database name
340
337
-->
@@ -346,7 +343,8 @@ database name
346
343
<td colspan =" 2 " >--storage-driver-host string  ;  ;  ;  ;  ; <!-- Default: "localhost:8086"--> 默认值:"localhost:8086"</td >
347
344
</tr >
348
345
<tr >
349
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
346
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
347
+ <p >
350
348
<!--
351
349
database host:port
352
350
-->
@@ -358,7 +356,8 @@ database host:port
358
356
<td colspan =" 2 " >--storage-driver-password string  ;  ;  ;  ;  ; <!-- Default: "root"--> 默认值:"root"</td >
359
357
</tr >
360
358
<tr >
361
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
359
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
360
+ <p >
362
361
<!--
363
362
database password
364
363
-->
@@ -370,7 +369,8 @@ database password
370
369
<td colspan =" 2 " >--storage-driver-secure</td >
371
370
</tr >
372
371
<tr >
373
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
372
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
373
+ <p >
374
374
<!--
375
375
use secure connection with database
376
376
-->
@@ -382,7 +382,8 @@ use secure connection with database
382
382
<td colspan =" 2 " >--storage-driver-table string  ;  ;  ;  ;  ; <!-- Default: "stats"--> 默认值:"stats"</td >
383
383
</tr >
384
384
<tr >
385
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
385
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
386
+ <p >
386
387
<!--
387
388
table name
388
389
-->
@@ -394,7 +395,8 @@ table name
394
395
<td colspan =" 2 " >--storage-driver-user string  ;  ;  ;  ;  ; <!-- Default: "root"--> 默认值:"root"</td >
395
396
</tr >
396
397
<tr >
397
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
398
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
399
+ <p >
398
400
<!--
399
401
database username
400
402
-->
0 commit comments