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 33d3a8a + 0103b6f commit 6250cbbCopy full SHA for 6250cbb
content/zh-cn/docs/tasks/administer-cluster/kubeadm/adding-linux-nodes.md
@@ -119,6 +119,15 @@ The output is similar to this:
119
5didvk.d09sbcov8ph2amjw
120
```
121
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
131
<!--
132
If you don't have the value of `--discovery-token-ca-cert-hash`, you can get it by running the
133
following commands on the control plane node:
0 commit comments