diff --git a/provisioning/cloud-init.yaml b/provisioning/cloud-init.yaml index 1ea3559..727ddca 100644 --- a/provisioning/cloud-init.yaml +++ b/provisioning/cloud-init.yaml @@ -72,7 +72,7 @@ runcmd: - curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" - install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl # Install k0s - - curl -sSLf https://get.k0s.sh | sudo sh + - curl -sSLf https://get.k0s.sh | sh - k0s install controller --enable-worker - systemctl enable --now k0scontroller # Wait for k3s to be ready