From 8661b42e2b165032f5273c0c12f1d2d21b897ccf Mon Sep 17 00:00:00 2001 From: sandervanvugt Date: Tue, 14 Mar 2023 13:31:34 +0100 Subject: [PATCH] message --- setup-kubetools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-kubetools.sh b/setup-kubetools.sh index 854e291..b8768ef 100755 --- a/setup-kubetools.sh +++ b/setup-kubetools.sh @@ -43,4 +43,4 @@ net.bridge.bridge-nf-call-iptables = 1 EOF sysctl --system -echo after initializing the cluster, follow instructions and use kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml to install the calico plugin +echo after initializing the control node, follow instructions and use kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml to install the calico plugin (control node only). On the worker nodes, use sudo kubeadm join ... to join