Skip to content

Instantly share code, notes, and snippets.

@mjy9088
Last active February 26, 2023 15:37
Show Gist options
  • Save mjy9088/bf4aa986afe37dd3b2c8769da0202b5b to your computer and use it in GitHub Desktop.
Save mjy9088/bf4aa986afe37dd3b2c8769da0202b5b to your computer and use it in GitHub Desktop.
Setup raspberry pi home k3s cluster

Setup raspberry pi home k3s cluster

[TOC]

Installation

  1. Download Raspberry Pi Imager on laptop
  2. Setup network anyway...
  3. Setup each cluster nodes (raspberry pis)
    1. Write to Micro SD or USB drive using Raspberry Pi Imager, with SSH enabled
    2. Plug LAN cable, Micro SD or USB drive in (2), and turn on
    3. Login as root
      sudo su -
    4. Set hostname, expand filesystem
      raspi-config
      
      # 1 System Options
      # S4 Hostname
      
      # 6 Advanced Options
      # A1 Expand Filesystem
      
      # Finish, and reboot
    5. Set local IP address (via router config)
  4. ... WIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment