-
Notifications
You must be signed in to change notification settings - Fork 1.1k
server/nri: allow NRI plugins to inject CDI devices. #9128
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
server/nri: allow NRI plugins to inject CDI devices. #9128
Conversation
/retest-required |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: klihub, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override ci/prow/ci-e2e-evented-pleg |
@haircommander: Overrode contexts on behalf of haircommander: ci/prow/ci-e2e-evented-pleg In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
/retest-required |
c1f3389
to
8458162
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9128 +/- ##
==========================================
- Coverage 66.91% 66.84% -0.07%
==========================================
Files 199 199
Lines 27456 27469 +13
==========================================
- Hits 18372 18363 -9
- Misses 7566 7585 +19
- Partials 1518 1521 +3 🚀 New features to boost your workflow:
|
A friendly reminder that this PR had no activity for 30 days. |
8458162
to
c4a1171
Compare
/lgtm |
Add missing option to handle CDI device injection by NRI plugins. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
c4a1171
to
75247c9
Compare
/override ci/prow/ci-e2e-evented-pleg |
@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/prow/ci-e2e-evented-pleg In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
/cc @haircommander |
/override ci/prow/e2e-aws-ovn |
@haircommander: Overrode contexts on behalf of haircommander: ci/prow/e2e-aws-ovn In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
A missing option prevented us from honoring CDI device injection by NRI plugins during container adjustment.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Does this PR introduce a user-facing change?