mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
570 B
570 B
Kubernetes
Requirements
Setup
Galana
ssh rodneyosodo@galana
curl -sfL https://get.k3s.io | sh -
sudo scp /etc/rancher/k3s/k3s.yaml rodneyosodo@thor:/home/rodneyosodo/Downloads/k3s-config
sudo cat /var/lib/rancher/k3s/server/node-token
Change server address to https://galana:6443
Turkwel & Yala
ssh rodneyosodo@turkwel
ssh rodneyosodo@yala
curl -sfL https://get.k3s.io | K3S_URL=https://galana:6443 K3S_TOKEN=mynodetoken sh -