Skip to content

Commit

Permalink
Merge pull request #1 from garethcmurphy/garethcmurphy-patch-1
Browse files Browse the repository at this point in the history
Correcting error in kubeadm join syntax
  • Loading branch information
garethcmurphy authored Dec 20, 2017
2 parents 9f830f8 + ff65bf2 commit 12cc1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/setup-tools/kubeadm/kubeadm-join.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ using one of the other modes if possible.
**Example `kubeadm join` command:**

```
kubeadm join --discovery-token abcdef.1234567890abcdef --discovery-token-unsafe-skip-ca-verification 1.2.3.4:6443`
kubeadm join --token abcdef.1234567890abcdef --discovery-token-unsafe-skip-ca-verification 1.2.3.4:6443`
```

**Advantages:**
Expand Down

0 comments on commit 12cc1a8

Please sign in to comment.