-
Notifications
You must be signed in to change notification settings - Fork 233
MGMT-20464: Fix NFD detection of NVIDIA GPUs #7597
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: master
Are you sure you want to change the base?
MGMT-20464: Fix NFD detection of NVIDIA GPUs #7597
Conversation
When we introduced the support for the AMD GPU operator we changed the configuration of the NFD operator so that it detects the AMD GPUs and labels the nodes accordingly. But looks like that custom configuration disables completely the default behaviour, and therefore it no longer detects NVIDIA GPUs. To avoid that this patch introduces an additional empty custom configuration, with should fix the issue. Related: https://issues.redhat.com/browse/MGMT-20464 Signed-off-by: Juan Hernandez <[email protected]>
@jhernand: This pull request references MGMT-20464 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
FYI: @pastequo |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhernand 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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7597 +/- ##
=======================================
Coverage 67.33% 67.33%
=======================================
Files 335 335
Lines 42360 42360
=======================================
+ Hits 28522 28525 +3
+ Misses 11265 11263 -2
+ Partials 2573 2572 -1 🚀 New features to boost your workflow:
|
@jhernand: The following tests 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. |
When we introduced the support for the AMD GPU operator we changed the configuration of the NFD operator so that it detects the AMD GPUs and labels the nodes accordingly. But looks like that custom configuration disables completely the default behavior, and therefore it no longer detects NVIDIA GPUs. To avoid that this patch introduces an additional empty custom configuration, with should fix the issue.
List all the issues related to this PR
https://issues.redhat.com/browse/MGMT-20464
What environments does this code impact?
How was this code tested?
Tested manually.
Checklist
docs
, README, etc)Reviewers Checklist