Merge pull request #33210 from fenggw-fnst/update-kubeadm-join

[zh] Update kubeadm-join.md
This commit is contained in:
Kubernetes Prow Robot
2022-04-26 19:02:10 -07:00
committed by GitHub
@@ -67,8 +67,6 @@ For control-plane nodes additional steps are performed:
1. Generating control-plane component manifests, certificates and kubeconfig. 1. Generating control-plane component manifests, certificates and kubeconfig.
1. Adding new local etcd member. 1. Adding new local etcd member.
1. Adding this node to the ClusterStatus of the kubeadm cluster.
--> -->
对于控制平面节点,执行额外的步骤: 对于控制平面节点,执行额外的步骤:
@@ -78,8 +76,6 @@ For control-plane nodes additional steps are performed:
1. 添加新的本地 etcd 成员。 1. 添加新的本地 etcd 成员。
1. 将此节点添加到 kubeadm 集群的 ClusterStatus。
<!-- <!--
### Using join phases with kubeadm {#join-phases} ### Using join phases with kubeadm {#join-phases}
--> -->
@@ -123,6 +119,13 @@ For example:
sudo kubeadm join --skip-phases=preflight --config=config.yaml sudo kubeadm join --skip-phases=preflight --config=config.yaml
``` ```
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
<!--
Alternatively, you can use the `skipPhases` field in `JoinConfiguration`.
-->
或者,你可以使用 `JoinConfiguration` 中的 `skipPhases` 字段。
<!-- <!--
### Discovering what cluster CA to trust ### Discovering what cluster CA to trust
--> -->
@@ -523,11 +526,11 @@ the [kubeadm config migrate](/docs/reference/setup-tools/kubeadm/kubeadm-config/
命令转换。 命令转换。
<!-- <!--
For more information on the fields and usage of the configuration you can navigate to our API reference For more information on the fields and usage of the configuration you can navigate to our
page and pick a version from [the list](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm#pkg-subdirectories). [API reference](/docs/reference/config-api/kubeadm-config.v1beta3/).
--> -->
有关配置的字段和用法的更多信息,你可以导航到我们的 API 参考页 有关配置的字段和用法的更多信息,你可以导航到我们的
并从[列表]中选择一个版本(https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm#pkg-subdirectories)。 [API 参考页](/zh/docs/reference/config-api/kubeadm-config.v1beta3/)。
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}