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.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