Skip to content

Instantly share code, notes, and snippets.

View gopalsareen's full-sized avatar

Gopal gopalsareen

  • Melbourne, Australia
View GitHub Profile
@gopalsareen
gopalsareen / setup rancher and rke cluster.md
Last active March 6, 2023 05:13
Quickstart to setup 3 nodes RKE cluster

Quickstart to setup 3 nodes RKE cluster

Downand and Setup RKE on Local environment

VERSION=v1.1.4 && \
curl -LO https://github.com/rancher/rke/releases/download/$VERSION/rke_linux-amd64 && \
chmod +x ./rke_linux-amd64 && \
sudo mv ./rke_linux-amd64 /usr/local/bin/rke