Egress HA assigns different egress ips to same egress interface on same egress node #6836
Labels
area/transit/egress
Issues or PRs related to Egress (SNAT for traffic egressing the cluster).
kind/bug
Categorizes issue or PR as related to a bug.
Describe the bug
Egress HA assigns different egress ips to same egress interface on same egress node. It should be avoided unless nodeselector is provided as same egress node.
NAME EGRESSIP AGE NODE
egress-prod-web 172.18.0.11 19h bgp-worker2
egress-staging-web 172.18.0.12 19h bgp-worker2
Egress Interface
14: antrea-egress0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default link/ether e2:12:06:f2:dc:2f brd ff:ff:ff:ff:ff:ff inet 172.18.0.11/32 scope global antrea-egress0 valid_lft forever preferred_lft forever
inet 172.18.0.12/32 scope global antrea-egress0 valid_lft forever preferred_lft forever
To Reproduce
Apply below config
1.externalippool.yaml
2.egress1.yaml
3.egress2.yaml
Expected
Unless nodeselector is a single egress node, the expectation should be to assign egress ip to different interfaces on different nodes to avoid external traffic disruption for all egress workloads !
Actual behavior
Versions:
Additional context
The text was updated successfully, but these errors were encountered: