Created
March 13, 2021 11:18
-
-
Save phanletrunghieu/737ae3005ab70eeb18e6b2c185ff2846 to your computer and use it in GitHub Desktop.
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
#! /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