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