antrea-io / antrea

Kubernetes networking based on Open vSwitch
https://antrea.io
Apache License 2.0
1.67k stars 370 forks source link

Allow Node SNAT for Static Egress case #6831

Open jainpulkit22 opened 4 days ago

jainpulkit22 commented 4 days ago

Implemented best effort scenario, where in case of static Egress also, if there is no egress node then the packets will be sent using normal Node SNAT, as in case of dynamic Egress.

For #6228.