-
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
base: main
Are you sure you want to change the base?
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
New changes are detected. LGTM label has been removed. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9128 +/- ##
==========================================
- Coverage 66.98% 66.78% -0.20%
==========================================
Files 198 198
Lines 27303 27316 +13
==========================================
- Hits 18288 18244 -44
- Misses 7507 7563 +56
- Partials 1508 1509 +1 🚀 New features to boost your workflow:
|
A friendly reminder that this PR had no activity for 30 days. |
Add missing option to handle CDI device injection by NRI plugins. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
8458162
to
c4a1171
Compare
@klihub: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
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?