Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created October 3, 2023 19:43
Show Gist options
  • Save sirkirby/956b7c3628f4a0821595f55810e8aadf to your computer and use it in GitHub Desktop.
Save sirkirby/956b7c3628f4a0821595f55810e8aadf to your computer and use it in GitHub Desktop.
k3s single node install
# 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