Skip to content

Commit d21ecec

Browse files
author
Guangwen Feng
committed
[zh] Update kubeadm-join.md
Signed-off-by: Guangwen Feng <[email protected]>
1 parent 05d16dd commit d21ecec

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

content/zh/docs/reference/setup-tools/kubeadm/kubeadm-join.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ For control-plane nodes additional steps are performed:
6767
1. Generating control-plane component manifests, certificates and kubeconfig.
6868
6969
1. Adding new local etcd member.
70-
71-
1. Adding this node to the ClusterStatus of the kubeadm cluster.
7270
-->
7371
对于控制平面节点,执行额外的步骤:
7472

@@ -78,8 +76,6 @@ For control-plane nodes additional steps are performed:
7876

7977
1. 添加新的本地 etcd 成员。
8078

81-
1. 将此节点添加到 kubeadm 集群的 ClusterStatus。
82-
8379
<!--
8480
### Using join phases with kubeadm {#join-phases}
8581
-->
@@ -123,6 +119,13 @@ For example:
123119
sudo kubeadm join --skip-phases=preflight --config=config.yaml
124120
```
125121

122+
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
123+
124+
<!--
125+
Alternatively, you can use the `skipPhases` field in `JoinConfiguration`.
126+
-->
127+
或者,你可以使用 `JoinConfiguration` 中的 `skipPhases` 字段。
128+
126129
<!--
127130
### Discovering what cluster CA to trust
128131
-->
@@ -523,11 +526,11 @@ the [kubeadm config migrate](/docs/reference/setup-tools/kubeadm/kubeadm-config/
523526
命令转换。
524527

525528
<!--
526-
For more information on the fields and usage of the configuration you can navigate to our API reference
527-
page and pick a version from [the list](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm#pkg-subdirectories).
529+
For more information on the fields and usage of the configuration you can navigate to our
530+
[API reference](/docs/reference/config-api/kubeadm-config.v1beta3/).
528531
-->
529-
有关配置的字段和用法的更多信息,你可以导航到我们的 API 参考页
530-
并从[列表]中选择一个版本(https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm#pkg-subdirectories)。
532+
有关配置的字段和用法的更多信息,你可以导航到我们的
533+
[API 参考页](/zh/docs/reference/config-api/kubeadm-config.v1beta3/)
531534

532535

533536
## {{% heading "whatsnext" %}}

0 commit comments

Comments
 (0)