-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix nvidia-gpu with kvm-driver #13972
Conversation
|
Welcome @betaboon! |
Hi @betaboon. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you ver much for fixing this !
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: betaboon, medyagh 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 |
betaboon thank you for fixing this, do u mind signing the CLA |
just did. FYI: it doesnt work for either of:
this it seems like i can only get cuda9 here. I'm tinkering around with getting 510 working. if i figure that out, I'll send it in another PR tho ;) |
Thank you for figuring it out, do u mind adding it our docs ? and mention it currently been known to work with that specific series I would happily review your PR if you decide to make it work with newer series, btw I am curious what is the use case of using GPU for you if you like to share |
i figured out what is preventing newer drivers to work. here's the gist:
here's what i tried (which lead to partial success):
two possible solutions:
|
Not sure if this is the route you want to go, but if you want an example of how to copy a file into the ISO you can look at #12081. If you look at |
ok i converted this PR to a draft for now. @spowelljr thanks for the pointers. i just pushed a commit that fixes it for the latest nvidia-drivers. this is what it does:
the hack could and should be removed, but for that the entrypoint.sh in the upstream-package should has to be adapted. |
@medyagh just fyi there is something to review here now :) (dont want to hurry you tho ) |
thank you betaboon I look forward to see more contributions from you ! |
hello,
took me a while to figure this out, but this fixes kvm-nvidia-gpu support for me.
this might also resolve #6912