-
Notifications
You must be signed in to change notification settings - Fork 114
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
validate: allow netFilter to be set alone in NicSelector #210
Conversation
/assign zshi-redhat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/cc @pliurh |
In `staticValidateSriovNetworkNodePolicy`, we now allow a NicSelector to only have NetFilter defined. This will be useful for the OpenStack platform, where we can request a Network Node Policy only by its Network ID.
/approve |
@zshi-redhat @pliurh @atyronesmith could I backport it to older releases, I would like to have it for 4.8 if possible. Thanks |
@EmilienM I think it could, I don't see any obvious risk backporting this fix. |
@zshi-redhat thanks. Done via #212 |
…lector Backport of k8snetworkplumbingwg/sriov-network-operator#210. In `staticValidateSriovNetworkNodePolicy`, we now allow a NicSelector to only have NetFilter defined. This will be useful for the OpenStack platform, where we can request a Network Node Policy only by its Network ID.
…lector Backport of k8snetworkplumbingwg/sriov-network-operator#210. In `staticValidateSriovNetworkNodePolicy`, we now allow a NicSelector to only have NetFilter defined. This will be useful for the OpenStack platform, where we can request a Network Node Policy only by its Network ID.
…lector Backport of k8snetworkplumbingwg/sriov-network-operator#210. In `staticValidateSriovNetworkNodePolicy`, we now allow a NicSelector to only have NetFilter defined. This will be useful for the OpenStack platform, where we can request a Network Node Policy only by its Network ID.
In
staticValidateSriovNetworkNodePolicy
, we now allow a NicSelector toonly have NetFilter defined.
This will be useful for the OpenStack platform, where we can request a
Network Node Policy only by its Network ID.