Skip to main content

k3s - Multiple network interfaces

k3s will pick the first address it finds as node ip.

Adding --flannel-iface and/or --node-ip will allow to configure the addresses.

Reference: https://docs.k3s.io/cli/server

Removing gateway from all interfaces except one will be choosen as default route.