Use a Node's primary NIC as the secondary OVS bridge physical interface #5735
Labels
area/interface
Issues or PRs related to network interfaces
area/ovs
Issues or PRs related to OVS
area/secondary-network
Issues or PRs related to support for secondary networks in Antrea
kind/feature
Categorizes issue or PR as related to a new feature.
Describe the problem/challenge you have
In Antrea VLAN secondary network support (#5278), we require a separate NIC for the secondary OVS bridge's physical interface. However, it is quite common a K8s Node has only one NIC. So, the ask is to support using a Node's primary NIC (which is also the Antrea overlay network's transport interface) as the secondary bridge's physical interface.
Describe the solution you'd like
When a Node interface is configured for the secondary bridge, antrea-agent should move its IP addresses and routes to the secondary bridge after connecting the interface to the bridge, and it should also retore the IPs and routes before exits.
Moving an interface and its IPs/routes to an OVS bridge may not be compatible with all host network configurations and may not work well with other network managers.
The text was updated successfully, but these errors were encountered: