Skip to content
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

SriovNetworkNodePolicyReconciler should watch changes in SriovNetworkNodeState #305

Closed
rollandf opened this issue May 11, 2022 · 1 comment

Comments

@rollandf
Copy link
Contributor

In case a policy exists before the NodeState is created, the SriovNetworkNodePolicyReconciler will first create the NodeState and exit the reconcile.
Then it will be triggered again only when the reconcile interval arrives (5 minutes) and only then the spec will be populated.

Add a watch to SriovNetworkNodeState will make the controller respond faster.

@SchSeba
Copy link
Collaborator

SchSeba commented Dec 21, 2023

closing this issue it was fixed in #287

@SchSeba SchSeba closed this as completed Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants