This message was deleted.
# k3s
a
This message was deleted.
c
They communicate using whatever interface the primary IP is on. The CNI doesn't particularly care about interfaces, it just sends traffic to other nodes at whatever IP they are registered with and lets the kernel figure it out.
f
Registered with
--bind-address
right?
c
no… --node-ip or --node-external-ip. The IP they registered to the cluster with. Don’t mess around with --bind-address it almost never does what you want.
f
Oh, awesome, thanks a ton.