Clarify usage of kubeadm

Thanks for @robcz for the inspiration for that one!
This commit is contained in:
Jérôme Petazzoni
2018-07-17 11:55:20 -05:00
committed by GitHub
parent 28863728c2
commit db88c0a5bf

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/>