-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Bump nvidia driver for CUDA 12.1 support #16557
Comments
cc @hakman via blame:) |
Unfortunately, our CI does not run on GPU nodes. We don't have credits to run such tests at the moment... |
just double-checked: |
Opened #16560 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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. |
/kind feature
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Bump the nvidia driver for CUDA 12.1 support.
nvidia-headless-515-server
We are currently running our 1.26 cluster configured with DriverPackage
nvidia-driver-535
(with CUDA 12.0 support).Note that we moved away from
nvidia-headless-XXX-server
because it does not installnvidia-smi
and some other binaries on the host system, which caused issues for us with some cuda docker images that rely on the host having them available. It's barely any additional disk space used, so that was a quick and effective fix.When we tried bumping to
nvidia-driver-550
on EC2, the nodes stopped registering in the cluster. It was reverted before I could pull logs from the host system I'm afraid. I hope that your CI catches this.2. Feel free to provide a design supporting your feature request.
The text was updated successfully, but these errors were encountered: