You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When nodes are in different subnets IPIP tunnelinig is used to send the pod-to-pod traffic across the nodes.
So right now the tunnel interface looks like
100.96.1.0/24 dev tun-1722074240 proto 17
While it works fine when physical interface used for the tunnel has single IP. But when there are multiple IP's on physcial interface, then traffic send on the tunnel interface, eventually may endup sending the packets with not necessarily using node IP.
This breaks the PBR routing setup on the node. Please see #421 on role PBR plays when sending the triaffic on the tunnels.
Kube-router needs to control the source IP used when sending the traffic over tunnel interface. Source IP should be Node IP only.
The text was updated successfully, but these errors were encountered:
When nodes are in different subnets IPIP tunnelinig is used to send the pod-to-pod traffic across the nodes.
So right now the tunnel interface looks like
While it works fine when physical interface used for the tunnel has single IP. But when there are multiple IP's on physcial interface, then traffic send on the tunnel interface, eventually may endup sending the packets with not necessarily using node IP.
This breaks the PBR routing setup on the node. Please see #421 on role PBR plays when sending the triaffic on the tunnels.
Kube-router needs to control the source IP used when sending the traffic over tunnel interface. Source IP should be Node IP only.
The text was updated successfully, but these errors were encountered: