diff --git a/setup-kubetools-specific-version.sh b/setup-kubetools-specific-version.sh index 31cc0c2..fa8f7c2 100755 --- a/setup-kubetools-specific-version.sh +++ b/setup-kubetools-specific-version.sh @@ -42,5 +42,5 @@ net.bridge.bridge-nf-call-iptables = 1 EOF sysctl --system -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 +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'