1
+ <!--
2
+ Generate all static Pod manifest files
3
+ -->
4
+ 生成所有静态 Pod 清单文件
1
5
2
6
<!--
3
7
### Synopsis
@@ -53,7 +57,9 @@ kubeadm init phase control-plane all --config config.yaml
53
57
<!--
54
58
The IP address the API Server will advertise it's listening on. If not set the default network interface will be used.
55
59
-->
60
+ <p >
56
61
API 服务器所公布的其正在监听的 IP 地址。如果未设置,将使用默认的网络接口。
62
+ </p >
57
63
</td >
58
64
</tr >
59
65
@@ -66,20 +72,24 @@ API 服务器所公布的其正在监听的 IP 地址。如果未设置,将使
66
72
<!--
67
73
Port for the API Server to bind to.
68
74
-->
75
+ <p >
69
76
API 服务器要绑定的端口。
77
+ </p >
70
78
</td >
71
79
</tr >
72
80
73
81
<tr >
74
- <td colspan =" 2 " >--apiserver-extra-args mapStringString </td >
82
+ <td colspan =" 2 " >--apiserver-extra-args & lt ; <!-- comma-separated 'key=value' pairs --> 逗号分割的 'key=value' 对 & gt ; </td >
75
83
</tr >
76
84
<tr >
77
85
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
78
86
<!--
79
87
A set of extra flags to pass to the API Server or override default ones in form of <flagname>=<value>
80
88
-->
89
+ <p >
81
90
形式为 < ; flagname> ; =< ; value> ; 的一组额外参数,用来传递给 API 服务器,
82
91
或者覆盖其默认配置值
92
+ </p >
83
93
</td >
84
94
</tr >
85
95
@@ -96,7 +106,9 @@ A set of extra flags to pass to the API Server or override default ones in form
96
106
<!--
97
107
The path where to save and store the certificates.
98
108
-->
109
+ <p >
99
110
存储证书的路径。
111
+ </p >
100
112
</td >
101
113
</tr >
102
114
@@ -108,7 +120,9 @@ The path where to save and store the certificates.
108
120
<!--
109
121
Path to a kubeadm configuration file.
110
122
-->
123
+ <p >
111
124
kubeadm 配置文件的路径。
125
+ </p >
112
126
</td >
113
127
</tr >
114
128
@@ -120,37 +134,36 @@ kubeadm 配置文件的路径。
120
134
<!--
121
135
Specify a stable IP address or DNS name for the control plane.
122
136
-->
137
+ <p >
123
138
为控制平面选择一个稳定的 IP 地址或者 DNS 名称。
139
+ </p >
124
140
</td >
125
141
</tr >
126
142
127
143
<tr >
128
- <td colspan =" 2 " >--controller-manager-extra-args mapStringString </td >
144
+ <td colspan =" 2 " >--controller-manager-extra-args & lt ; <!-- comma-separated 'key=value' pairs --> 逗号分割的 'key=value' 对 & gt ; </td >
129
145
</tr >
130
146
<tr >
131
147
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
132
148
<!--
133
149
A set of extra flags to pass to the Controller Manager or override default ones in form of <flagname>=<value>
134
150
-->
151
+ <p >
135
152
一组形式为 < ; flagname> ; =< ; value> ; 的额外参数,用来传递给控制管理器(Controller Manager)
136
153
或覆盖其默认设置值
154
+ </p >
137
155
</td >
138
156
</tr >
139
157
140
158
<tr >
141
- <td colspan =" 2 " >--experimental-patches string </td >
159
+ <td colspan =" 2 " >--dry-run </td >
142
160
</tr >
143
161
<tr >
144
162
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
145
163
<!--
146
- Path to a directory that contains files named "target[suffix][+patchtype].extension". For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "patchtype" can be one of "strategic", "merge" or "json" and they match the patch formats supported by kubectl. The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". "suffix" is an optional string that can be used to determine which patches are applied first alpha-numerically .
164
+ Don't apply any changes; just output what would be done .
147
165
-->
148
- 包含名为 "target[ suffix] [ +patchtype ] .extension" 的文件的目录。
149
- 例如,"kube-apiserver0+merge.yaml" 或者 "etcd.json"。
150
- "patchtype" 可以是 "strategic"、"merge" 或 "json" 之一,分别与 kubectl
151
- 所支持的 patch 格式相匹配。默认的 "patchtype" 是 "strategic"。
152
- "extension" 必须是 "json" 或 "yaml"。
153
- "suffix" 是一个可选的字符串,用来确定按字母顺序排序时首先应用哪些 patch。
166
+ 不要应用任何变更;只是输出将要执行的操作。
154
167
</td >
155
168
</tr >
156
169
@@ -160,11 +173,14 @@ Path to a directory that contains files named "target[suffix][+patchtype].extens
160
173
<tr >
161
174
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
162
175
<!--
163
- A set of key=value pairs that describe feature gates for various features. Options are:<br/>IPv6DualStack =true|false (ALPHA - default=false)<br/>PublicKeysECDSA =true|false (ALPHA - default=false)
176
+ A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA =true|false (ALPHA - default=false)<br/>RootlessControlPlane =true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (BETA - default=true )
164
177
-->
178
+ <p >
165
179
一组用来描述各种特性门控的键值(key=value)对。选项是:
166
- <br />IPv6DualStack=true|false (ALPHA - 默认=false)
167
- <br />PublicKeysECDSA=true|false (ALPHA - 默认=false)
180
+ <br />PublicKeysECDSA=true|false (ALPHA - 默认值=false)
181
+ <br />RootlessControlPlane=true|false (ALPHA - 默认值=false)
182
+ <br />UnversionedKubeletConfigMap=true|false (BETA - 默认值=true)
183
+ </p >
168
184
</td >
169
185
</tr >
170
186
@@ -176,7 +192,9 @@ A set of key=value pairs that describe feature gates for various features. Optio
176
192
<!--
177
193
help for all
178
194
-->
195
+ <p >
179
196
all 操作的帮助命令
197
+ </p >
180
198
</td >
181
199
</tr >
182
200
@@ -193,7 +211,9 @@ all 操作的帮助命令
193
211
<!--
194
212
Choose a container registry to pull control plane images from
195
213
-->
214
+ <p >
196
215
选择用于拉取控制平面镜像的容器仓库
216
+ </p >
197
217
</td >
198
218
</tr >
199
219
@@ -210,7 +230,30 @@ Choose a container registry to pull control plane images from
210
230
<!--
211
231
Choose a specific Kubernetes version for the control plane.
212
232
-->
233
+ <p >
213
234
为控制平面选择指定的 Kubernetes 版本。
235
+ </p >
236
+ </td >
237
+ </tr >
238
+
239
+ <tr >
240
+ <td colspan =" 2 " >--patches string</td >
241
+ </tr >
242
+ <tr >
243
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
244
+ <!--
245
+ Path to a directory that contains files named "target[suffix][+patchtype].extension". For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "target" can be one of "kube-apiserver", "kube-controller-manager", "kube-scheduler", "etcd". "patchtype" can be one of "strategic", "merge" or "json" and they match the patch formats supported by kubectl. The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". "suffix" is an optional string that can be used to determine which patches are applied first alpha-numerically.
246
+ -->
247
+ <p >
248
+ 包含名为 " ; target[ suffix] [ +patchtype ] .extension" ; 的文件的目录的路径。
249
+ 例如," ; kube-apiserver0+merge.yaml" ; 或仅仅是 " ; etcd.json" ; 。
250
+ " ; target" ; 可以是 " ; kube-apiserver" ; 、" ; kube-controller-manager" ; 、" ; kube-scheduler" ; 、" ; etcd" ; 之一。
251
+ " ; patchtype" ; 可以是 " ; strategic" ; 、" ; merge" ; 或者 " ; json" ; 之一,
252
+ 并且它们与 kubectl 支持的补丁格式相同。
253
+ 默认的 " ; patchtype" ; 是 " ; strategic" ; 。
254
+ " ; extension" ; 必须是" ; json" ; 或" ; yaml" ; 。
255
+ " ; suffix" ; 是一个可选字符串,可用于确定首先按字母顺序应用哪些补丁。
256
+ </p >
214
257
</td >
215
258
</tr >
216
259
@@ -222,22 +265,26 @@ Choose a specific Kubernetes version for the control plane.
222
265
<!--
223
266
Specify range of IP addresses for the pod network. If set, the control plane will automatically allocate CIDRs for every node.
224
267
-->
268
+ <p >
225
269
指定 Pod 网络的 IP 地址范围。如果设置了此标志,控制平面将自动地为每个节点分配 CIDR。
270
+ </p >
226
271
</td >
227
272
</tr >
228
273
229
274
<tr >
230
- <td colspan =" 2 " >--scheduler-extra-args mapStringString </td >
275
+ <td colspan =" 2 " >--scheduler-extra-args & lt ; <!-- comma-separated 'key=value' pairs --> 逗号分割的 'key=value' 对 & gt ; </td >
231
276
</tr >
232
277
<tr >
233
278
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
234
279
<!--
235
280
A set of extra flags to pass to the Scheduler or override default ones in form of <flagname>=<value>
236
281
-->
282
+ <p >
237
283
一组形式为 < ; flagname> ; =< ; value> ; 的额外参数,用来传递给调度器(Scheduler)
238
284
或覆盖其默认设置值
239
285
240
286
传递给调度器(scheduler)一组额外的参数或者以 < ; flagname> ; =< ; value> ; 形式覆盖其默认值。
287
+ <p >
241
288
</td >
242
289
</tr >
243
290
@@ -254,7 +301,9 @@ A set of extra flags to pass to the Scheduler or override default ones in form o
254
301
<!--
255
302
Use alternative range of IP address for service VIPs.
256
303
-->
304
+ <p >
257
305
为服务 VIP 选择 IP 地址范围。
306
+ </p >
258
307
</td >
259
308
</tr >
260
309
@@ -281,7 +330,9 @@ Use alternative range of IP address for service VIPs.
281
330
<!--
282
331
[EXPERIMENTAL] The path to the 'real' host root filesystem.
283
332
-->
333
+ <p >
284
334
[ 实验] 指向 '真实' 宿主机的根文件系统的路径。
335
+ </p >
285
336
</td >
286
337
</tr >
287
338
0 commit comments