Skip to content

Commit 39f86ec

Browse files
committed
Update Readme for k8s 1.9
this flag or `--discovery-token-ca-cert-hash` needs to be set since 1.9 https://github.com/kubernetes/kubeadm/blob/master/docs/design/design_v1.9.md#shared-token-discovery Signed-off-by: Robin Winkelewski <[email protected]>
1 parent d39e6ba commit 39f86ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ To boot a node use:
7474

7575
More specifically, to start 3 nodes use 3 separate shells and run this:
7676
```
77-
shell1> ./boot.sh 1 --token bb38c6.117e66eabbbce07d 192.168.65.22:6443
78-
shell2> ./boot.sh 2 --token bb38c6.117e66eabbbce07d 192.168.65.22:6443
79-
shell3> ./boot.sh 3 --token bb38c6.117e66eabbbce07d 192.168.65.22:6443
77+
shell1> ./boot.sh 1 --token bb38c6.117e66eabbbce07d 192.168.65.22:6443 --discovery-token-unsafe-skip-ca-verification
78+
shell2> ./boot.sh 2 --token bb38c6.117e66eabbbce07d 192.168.65.22:6443 --discovery-token-unsafe-skip-ca-verification
79+
shell3> ./boot.sh 3 --token bb38c6.117e66eabbbce07d 192.168.65.22:6443 --discovery-token-unsafe-skip-ca-verification
8080
```
8181

8282
## Platform specific information

0 commit comments

Comments
 (0)