-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support vlan-filtering configuration #171
Comments
Would this also allow us to remove hostNetworking SCC in OpenShift? |
Underlying tl;dr: Even after we start using nmstate to set vlan_filtering, we will need to keep hostNetworking. |
[CARRY] Make operator bundle for OLM
We plan on implementing nmstate vlan-filtering level. |
/assign @rhrazdil |
Starting with version 0.3, nmstate allows users to configure vlan-filtering options, e.g.:
kubernetes-nmstate however handles the vlan-filtering configuration with a workaround script which makes sure to enable vlan-filtering by default and treat all bridge ports as trunks.
In order to introduce support for this feature while maintaining backwards compatibility, we should:
Original description
Until we don't use NetworkManager to set vlan filtering (with or without nmstate) the linux bridge vlan_filtering flag is only set after desiredState is processed, so after reboot the flag is not going to be there until kubernetes-nmstate is not up and NodeNetworkState processed.
The text was updated successfully, but these errors were encountered: