Last active
January 31, 2022 10:18
-
-
Save hobroker/6b41b2761dbcaeda45645bcf53d608ec to your computer and use it in GitHub Desktop.
Install k3s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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