We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sriov network config daemon currently performs some system operations like:
the daemon itself should not directly perform system operations but it should rather delegate the task to a plugin.
these operations are performed once, and are not related to the nodeState CR spec or status
possible approaches that can be checked out:
The text was updated successfully, but these errors were encountered:
This work may be required if/when we plan to move towards a systemd approach of configuring SR-IOV network for the node.
Sorry, something went wrong.
No branches or pull requests
Sriov network config daemon currently performs some system operations like:
the daemon itself should not directly perform system operations but it should rather delegate the task to a plugin.
these operations are performed once, and are not related to the nodeState CR spec or status
possible approaches that can be checked out:
The text was updated successfully, but these errors were encountered: