Skip to content

Commit c3cb31c

Browse files
authored
Merge pull request #39301 from kinzhi/kinzhi240
[zh-cn]SYNC kubeadm_init.md
2 parents a9bc318 + 4fa2ae1 commit c3cb31c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Run this command in order to set up the Kubernetes control plane
2727
运行此命令来搭建 Kubernetes 控制平面节点。
2828

2929
<!--
30-
The "init" command executes the following phases:
30+
The "init" command executes the following phases:
3131
-->
3232

3333
"init" 命令执行以下阶段:
@@ -69,6 +69,7 @@ kubelet-finalize Updates settings relevant to the kubelet after TLS
6969
addon Install required addons for passing Conformance tests
7070
/coredns Install the CoreDNS addon to a Kubernetes cluster
7171
/kube-proxy Install the kube-proxy addon to a Kubernetes cluster
72+
show-join-command Show the join command for control-plane and worker node
7273
```
7374

7475
```
@@ -230,12 +231,11 @@ Don't apply any changes; just output what would be done.
230231
<tr>
231232
<td></td><td style="line-height: 130%; word-wrap: break-word;">
232233
<!--
233-
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 (default=true)
234+
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)
234235
-->
235236
一组用来描述各种功能特性的键值(key=value)对。选项是:
236237
<br/>PublicKeysECDSA=true|false (ALPHA - 默认值=false)
237238
<br/>RootlessControlPlane=true|false (ALPHA - 默认值=false)
238-
<br/>UnversionedKubeletConfigMap=true|false (默认值=true)
239239
</td>
240240
</tr>
241241

0 commit comments

Comments
 (0)