Skip to content

Instantly share code, notes, and snippets.

@janakiramm
Last active November 6, 2021 07:13
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 janakiramm/50726d4d9d5a69fb8a69e62189b8984f to your computer and use it in GitHub Desktop.
Save janakiramm/50726d4d9d5a69fb8a69e62189b8984f to your computer and use it in GitHub Desktop.
curl -sfL https://get.rke2.io --output install.sh
chmod +x install.sh
./install.sh
# Enable and activate RKE2 server
systemctl enable rke2-server.service
systemctl start rke2-server.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment