prole/infrastructure/roles/k3s/defaults/main.yml
2026-01-21 10:27:27 -08:00

8 lines
328 B
YAML

---
k3s_version: v1.31.4+k3s1
# The wired network is likely 10.0.0.0/24 based on network_prompt.txt
# We will use the IP address of the node on the interface that has an address in this range.
# Or we can just bind to the default gateway interface if it's the wired one.
# Usually on Pi, eth0 is wired.
k3s_bind_interface: eth0