Merge pull request #6717 from garethcmurphy/master

Correcting error in kubeadm join syntax
reviewable/pr6736/r1
Jennifer Rondeau 2017-12-21 15:29:45 -08:00 committed by GitHub
commit 12990e2cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:**