Skip to content

Instantly share code, notes, and snippets.

@phanletrunghieu
Created March 13, 2021 11:18
Show Gist options
  • Save phanletrunghieu/737ae3005ab70eeb18e6b2c185ff2846 to your computer and use it in GitHub Desktop.
Save phanletrunghieu/737ae3005ab70eeb18e6b2c185ff2846 to your computer and use it in GitHub Desktop.
#! /bin/bash
export INSTALL_K3S_VERSION=v1.19.8+k3s1
export K3S_URL=https://xx.xx.xx.xx:xxx
export K3S_TOKEN=xxxxxxxxxxxx
curl -sfL https://get.k3s.io | sh -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment