Merge pull request #315 from jpetazzo/clarify-kubeadm

Clarify usage of kubeadm
This commit is contained in:
Bridget Kromhout
2018-07-20 15:42:31 -07:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@
2. Install Kubernetes packages
3. Run `kubeadm init` on the master node
3. Run `kubeadm init` on the first node (it deploys the control plane on that node)
4. Set up Weave (the overlay network)
<br/>