Skip to content

Instantly share code, notes, and snippets.

@hobroker
Last active January 31, 2022 10:18
Show Gist options
  • Save hobroker/6b41b2761dbcaeda45645bcf53d608ec to your computer and use it in GitHub Desktop.
Save hobroker/6b41b2761dbcaeda45645bcf53d608ec to your computer and use it in GitHub Desktop.
Install k3s
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--no-deploy traefik --disable traefik --kube-apiserver-arg service-node-port-range=1-60000 --write-kubeconfig-mode 644 --write-kubeconfig /path/to/.kube/config --tls-san PUBLIC_IP_HERE " sh -s -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment