Created
October 3, 2023 19:43
-
-
Save sirkirby/956b7c3628f4a0821595f55810e8aadf to your computer and use it in GitHub Desktop.
k3s single node install
This file contains hidden or 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
# on the metal or VM that will be your first node | |
curl -sfL https://get.k3s.io | sh - | |
# once complete, copy the cluster confing file..you'll need that later | |
# save it to a local file or your password manager | |
sudo cat /etc/rancher/k3s/k3s.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment