You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addon Install required addons for passing Conformance tests
55
+
addon Install required addons for passing conformance tests
70
56
/coredns Install the CoreDNS addon to a Kubernetes cluster
71
57
/kube-proxy Install the kube-proxy addon to a Kubernetes cluster
72
58
show-join-command Show the join command for control-plane and worker node
@@ -79,7 +65,6 @@ kubeadm init [flags]
79
65
<!--
80
66
### Options
81
67
-->
82
-
83
68
### 选项
84
69
85
70
<tablestyle="width: 100%; table-layout: fixed;">
@@ -206,7 +191,8 @@ Specify a stable IP address or DNS name for the control plane.
206
191
Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this value; use this option only if you have more than one CRI installed or if you have non-standard CRI socket.
A set of key=value pairs that describe feature gates for various features. Options are:<br/>EtcdLearnerMode=true|false (ALPHA - default=false)<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)
220
+
A set of key=value pairs that describe feature gates for various features. Options are:<br/>
@@ -249,7 +240,7 @@ A set of key=value pairs that describe feature gates for various features. Optio
249
240
help for init
250
241
-->
251
242
<p>
252
-
init 操作的帮助命令
243
+
init 操作的帮助命令。
253
244
</p>
254
245
</td>
255
246
</tr>
@@ -282,7 +273,7 @@ A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedU
282
273
Choose a container registry to pull control plane images from
283
274
-->
284
275
<p>
285
-
选择用于拉取控制平面镜像的容器仓库
276
+
选择用于拉取控制平面镜像的容器仓库。
286
277
</p>
287
278
</td>
288
279
</tr>
@@ -350,7 +341,7 @@ Path to a directory that contains files named "target[suffix][+patchtype].e
350
341
Specify range of IP addresses for the pod network. If set, the control plane will automatically allocate CIDRs for every node.
351
342
-->
352
343
<p>
353
-
指明 pod 网络可以使用的 IP 地址段。如果设置了这个参数,控制平面将会为每一个节点自动分配 CIDRs。
344
+
指明 Pod 网络可以使用的 IP 地址段。如果设置了这个参数,控制平面将会为每一个节点自动分配 CIDR。
354
345
</p>
355
346
</td>
356
347
</tr>
@@ -369,7 +360,7 @@ Specify range of IP addresses for the pod network. If set, the control plane wil
369
360
Use alternative range of IP address for service VIPs.
370
361
-->
371
362
<p>
372
-
为服务的虚拟 IP 地址另外指定 IP 地址段
363
+
为服务的虚拟 IP 地址另外指定 IP 地址段。
373
364
</p>
374
365
</td>
375
366
</tr>
@@ -414,7 +405,7 @@ Don't print the key used to encrypt the control-plane certificates.
414
405
List of phases to be skipped
415
406
-->
416
407
<p>
417
-
要跳过的阶段列表
408
+
要跳过的阶段列表。
418
409
</p>
419
410
</td>
420
411
</tr>
@@ -442,7 +433,8 @@ Skip printing of the default bootstrap token generated by 'kubeadm init'.
442
433
The token to use for establishing bidirectional trust between nodes and control-plane nodes. The format is [a-z0-9]{6}.[a-z0-9]{16} - e.g. abcdef.0123456789abcdef
A set of key=value pairs that describe feature gates for various features. Options are:<br/>EtcdLearnerMode=true|false (ALPHA - default=false)<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)
113
+
A set of key=value pairs that describe feature gates for various features. Options are:<br/>
0 commit comments