secondary bridge required for AnreaIPAM configured #5693
Labels
area/interface
Issues or PRs related to network interfaces
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 bug
There is a feature "Support bridging and VLAN network for Pod secondary interfaces" as in #5278. This feature is currently in a PR #5427. This feature requires Whereabouts for IPAM.
However, in my use case, I slices SRIOV NIC into multiple VF interfaces and all these interfaces to be connected to this second bridge without any IP. IP packets received from these interfaces (or ports), except for ARP, will be fan out to pods behind this second bridge.
To Reproduce
Jian Jun said this is the current behavior.
Expected
if configured
secondaryNetwork:
ovsBridges: [{"bridgeName": "br2", "physicalInterfaces": ["eth1", "eth2"]}]
...
Actual behavior
Currently if AntreaIPAM not configured, br2 may not be created.
Versions:
Please provide the following information:
kubectl version
): v1.28.1.uname -r
): Ubuntu 5.15.0-88-genericmodinfo openvswitch
for the Kubernetes Nodes. 2.17.7Additional context
The text was updated successfully, but these errors were encountered: