Replies: 3 comments
-
I don't think it is the default route interface. I needs to be the interface that has the IP that is used as the node IP within the cluster https://github.com/projectcalico/calico/blob/release-v3.30/felix/dataplane/linux/vxlan_mgr.go#L650 This depends on your mode ip auto detection. If you need something more complex like using the vxlan overlay over multiple interfaces, that is currently not possible, but will be with 3.31 and eBPF dataplane. |
Beta Was this translation helpful? Give feedback.
-
Check my config:
From above, I can see vxlan.calico is buit ontop of default rout's interface, not node ip's interface |
Beta Was this translation helpful? Give feedback.
-
Any more lights from community? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
By default vxlan.calico is built on top of default route's interface.
But sometimes default route corresponding interface is not used for node communication.
Beta Was this translation helpful? Give feedback.
All reactions