@@ -67,8 +67,6 @@ For control-plane nodes additional steps are performed:
67
67
1. Generating control-plane component manifests, certificates and kubeconfig.
68
68
69
69
1. Adding new local etcd member.
70
-
71
- 1. Adding this node to the ClusterStatus of the kubeadm cluster.
72
70
-->
73
71
对于控制平面节点,执行额外的步骤:
74
72
@@ -78,8 +76,6 @@ For control-plane nodes additional steps are performed:
78
76
79
77
1 . 添加新的本地 etcd 成员。
80
78
81
- 1 . 将此节点添加到 kubeadm 集群的 ClusterStatus。
82
-
83
79
<!--
84
80
### Using join phases with kubeadm {#join-phases}
85
81
-->
@@ -123,6 +119,13 @@ For example:
123
119
sudo kubeadm join --skip-phases=preflight --config=config.yaml
124
120
```
125
121
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
+
126
129
<!--
127
130
### Discovering what cluster CA to trust
128
131
-->
@@ -523,11 +526,11 @@ the [kubeadm config migrate](/docs/reference/setup-tools/kubeadm/kubeadm-config/
523
526
命令转换。
524
527
525
528
<!--
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/ ).
528
531
-->
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/ ) 。
531
534
532
535
533
536
## {{% heading "whatsnext" %}}
0 commit comments