Created
September 24, 2020 23:01
-
-
Save daddydrac/3ec385eddcc882dc0a5aad4bd75cab24 to your computer and use it in GitHub Desktop.
Automated Install of RKE (Rancher)
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 -s https://api.github.com/repos/rancher/rke/releases/latest | grep download_url | grep amd64 | cut -d '"' -f 4 | wget -qi - chmod +x rke_linux-amd64 sudo mv rke_linux-amd64 /usr/local/bin/rke rke --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment