Skip to content

Commit 12cc1a8

Browse files
Merge pull request #1 from garethcmurphy/garethcmurphy-patch-1
Correcting error in kubeadm join syntax
2 parents 9f830f8 + ff65bf2 commit 12cc1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/setup-tools/kubeadm/kubeadm-join.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ using one of the other modes if possible.
8383
**Example `kubeadm join` command:**
8484

8585
```
86-
kubeadm join --discovery-token abcdef.1234567890abcdef --discovery-token-unsafe-skip-ca-verification 1.2.3.4:6443`
86+
kubeadm join --token abcdef.1234567890abcdef --discovery-token-unsafe-skip-ca-verification 1.2.3.4:6443`
8787
```
8888

8989
**Advantages:**

0 commit comments

Comments
 (0)