Merge pull request #1 from garethcmurphy/garethcmurphy-patch-1

Correcting error in kubeadm join syntax
This commit is contained in:
Gareth Murphy
2017-12-20 10:37:09 +01:00
committed by GitHub
@@ -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:**