Skip to content

Instantly share code, notes, and snippets.

@gintsgints
Last active February 29, 2020 10:59
Show Gist options
  • Save gintsgints/769c3c9822e0b4951f6bc9eb83eae221 to your computer and use it in GitHub Desktop.
Save gintsgints/769c3c9822e0b4951f6bc9eb83eae221 to your computer and use it in GitHub Desktop.

NanoPI install

Use instructions - https://gist.github.com/gintsgints/8d049cf122c1f2e49c5805dbce0d4653

Update system

# Update packages first
sudo apt-get update
sudo apt-get upgrade -y

Install needed utlities

apt-get install curl

Setup k3s

curl -sfL https://get.k3s.io | sh -
# Check for Ready node, 
takes maybe 30 seconds
k3s kubectl get node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment