Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 384 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 384 Bytes

Homelab k3s cluster

Setup

# Install k3s
curl -sfL https://get.k3s.io | sh -s - --flannel-backend=wireguard-native \
--disable=traefik \
--disable=servicelb \
--disable=local-storage \
--write-kubeconfig-mode=644
# Install flux
flux bootstrap github \
  --owner=muchobien \
  --repository=homelab \
  --path=clusters/k3s \
  --ssh-key-algorithm=ed25519