-
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
[Remove Default Objs 2/4] Set OwnerReference to default
SriovOperatorConfig
#621
[Remove Default Objs 2/4] Set OwnerReference to default
SriovOperatorConfig
#621
Conversation
Thanks for your PR,
To skip the vendors CIs use one of:
|
Pull Request Test Coverage Report for Build 7957326875Details
💛 - Coveralls |
Related to: #592 |
249ad4b
to
2216e2b
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
default
SriovOperatorConfigdefault
SriovOperatorConfig
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.
looks good, LGTM after rebase
Use default SriovOperatorConfig object instead of default SriovNetworkNodePolicy. This change is required as subsequent changes will drop the creation of the default policy. Signed-off-by: adrianc <[email protected]>
change SriovNetworkNodeState OwnerReference to point to the "default" SriovOperatorConfig as the current owner (default SriovNetworkNodePolicy) is going to be removed in subsequent commit Signed-off-by: adrianc <[email protected]>
2216e2b
to
5b1bdda
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
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
We are deprecating the use of the default SriovNetworkNodePolicy.
This PR changes the OwnerReference of sriov-network-device-plugin and SriovNetworkNodePolicy which are created
by the operator to point to the default SriovOperatorConfig CR.
This PR depends on #617 Only the last 2 commits are related (the rest will be rebased away once #617 merges)