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.
1 parent 394208d commit 050a727Copy full SHA for 050a727
content/en/docs/tasks/administer-cluster/kubeadm/adding-linux-nodes.md
@@ -68,6 +68,12 @@ The output is similar to this:
68
5didvk.d09sbcov8ph2amjw
69
```
70
71
+To print a kubeadm join command while also generating a new token you can use:
72
+
73
+```bash
74
+sudo kubeadm token create --print-join-command
75
+```
76
77
If you don't have the value of `--discovery-token-ca-cert-hash`, you can get it by running the
78
following commands on the control plane node:
79
0 commit comments