Merge pull request #6717 from garethcmurphy/master
Correcting error in kubeadm join syntaxreviewable/pr6736/r1
commit
12990e2cc7
|
@ -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:**
|
||||
|
|
Loading…
Reference in New Issue