mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:24:32 +00:00
8 lines
328 B
YAML
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
|