From db88c0a5bf318acdada23d4b13c32c0fc61ae39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 17 Jul 2018 11:55:20 -0500 Subject: [PATCH] Clarify usage of kubeadm Thanks for @robcz for the inspiration for that one! --- slides/kube/setup-k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/setup-k8s.md b/slides/kube/setup-k8s.md index b53e94a0..e1e637a7 100644 --- a/slides/kube/setup-k8s.md +++ b/slides/kube/setup-k8s.md @@ -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)