Skip to content

Instantly share code, notes, and snippets.

@hierynomus
Created October 6, 2023 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hierynomus/60a3e16b40483b2fc0111d2de58fca5d to your computer and use it in GitHub Desktop.
Save hierynomus/60a3e16b40483b2fc0111d2de58fca5d to your computer and use it in GitHub Desktop.
RKE2 on Multipass

Setup Multipass

> multipass launch --cpus 4 --disk 100G --mem 8G -n rke

Login to multipass server

> multipass shell rke

Install and start RKE2

Execcuted from the Multipass running server

curl -sfL https://get.rke2.io | sudo INSTALL_RKE2_VERSION="v1.27.6+rke2r1" sh -

sudo systemctl enable rke2-server.service
sudo systemctl start rke2-server.service
sudo journalctl -u rke2-server -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment