Skip to content

Commit 6250cbb

Browse files
authored
Merge pull request #52010 from my-git9/npa-5280
[zh-cn]sync adding-linux-nodes.md
2 parents 33d3a8a + 0103b6f commit 6250cbb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/zh-cn/docs/tasks/administer-cluster/kubeadm/adding-linux-nodes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ The output is similar to this:
119119
5didvk.d09sbcov8ph2amjw
120120
```
121121

122+
<!--
123+
To print a kubeadm join command while also generating a new token you can use:
124+
-->
125+
可以使用以下命令打印 kubeadm join 命令,并生成新的令牌:
126+
127+
```bash
128+
sudo kubeadm token create --print-join-command
129+
```
130+
122131
<!--
123132
If you don't have the value of `--discovery-token-ca-cert-hash`, you can get it by running the
124133
following commands on the control plane node:

0 commit comments

Comments
 (0)