We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39e6ba commit 39f86ecCopy full SHA for 39f86ec
README.md
@@ -74,9 +74,9 @@ To boot a node use:
74
75
More specifically, to start 3 nodes use 3 separate shells and run this:
76
```
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
+shell1> ./boot.sh 1 --token bb38c6.117e66eabbbce07d 192.168.65.22:6443 --discovery-token-unsafe-skip-ca-verification
+shell2> ./boot.sh 2 --token bb38c6.117e66eabbbce07d 192.168.65.22:6443 --discovery-token-unsafe-skip-ca-verification
+shell3> ./boot.sh 3 --token bb38c6.117e66eabbbce07d 192.168.65.22:6443 --discovery-token-unsafe-skip-ca-verification
80
81
82
## Platform specific information
0 commit comments