We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c63a9ca + c51f57a commit 251a596Copy full SHA for 251a596
content/zh-cn/docs/reference/setup-tools/kubeadm/kubeadm-join.md
@@ -14,10 +14,9 @@ weight: 30
14
15
<!-- overview -->
16
<!--
17
-This command initializes a Kubernetes worker node and joins it to the cluster.
+This command initializes a new Kubernetes node and joins it to the cluster.
18
-->
19
-此命令用来初始化 Kubernetes 工作节点并将其加入集群。
20
-
+此命令用来初始化新的 Kubernetes 节点并将其加入集群。
21
22
<!-- body -->
23
{{< include "generated/kubeadm_join/_index.md" >}}
@@ -183,7 +182,7 @@ openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outfor
183
182
184
**Example `kubeadm join` commands:**
185
186
-**`kubeadm join` 命令示例**
+**`kubeadm join` 命令示例:**
187
188
189
For worker nodes:
0 commit comments