Skip to content

Commit

Permalink
Merge pull request #39301 from kinzhi/kinzhi240
Browse files Browse the repository at this point in the history
[zh-cn]SYNC kubeadm_init.md
  • Loading branch information
k8s-ci-robot committed Feb 7, 2023
2 parents a9bc318 + 4fa2ae1 commit c3cb31c
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -27,7 +27,7 @@ Run this command in order to set up the Kubernetes control plane
运行此命令来搭建 Kubernetes 控制平面节点。

<!--
The "init" command executes the following phases:
The "init" command executes the following phases:
-->

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

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

Expand Down

0 comments on commit c3cb31c

Please sign in to comment.