You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvidia-driver-daemonset tries to pull an image that does not exist
it tries to pull nvcr.io/nvidia/driver:535-5.15.0-100-generic-ubuntu22.04
I've been using version 23.9.0 of gpu-operator for a while now, using unmodified helm templates (usePrecompiled: true, version: 535)
It was working as expected until a few days ago. While installing a new cluster, nvidia-driver-daemonset failed to install driver
The daemonset was named nvidia-driver-daemonset-5.15.0-100-generic-ubuntu22.04. The image it tries to pull does not exist in nvidia's catalog, only tag 535-5.15.0-97-generic-ubuntu22.04 exists.
I've updated gpu operator from 23.9.0 to latest 23.9.2, but it still fails
I can make it work by setting usePrecompiled to false, and setting the complete driver version
The text was updated successfully, but these errors were encountered:
easyrider14
changed the title
Preinstalled 535 driver can't be installed : image pull failure
Precompiled 535 driver can't be installed : image pull failure
Mar 20, 2024
1. Quick Debug Information
2. Issue or feature description
nvidia-driver-daemonset tries to pull an image that does not exist
it tries to pull nvcr.io/nvidia/driver:535-5.15.0-100-generic-ubuntu22.04
I've been using version 23.9.0 of gpu-operator for a while now, using unmodified helm templates (usePrecompiled: true, version: 535)
It was working as expected until a few days ago. While installing a new cluster, nvidia-driver-daemonset failed to install driver
The daemonset was named nvidia-driver-daemonset-5.15.0-100-generic-ubuntu22.04. The image it tries to pull does not exist in nvidia's catalog, only tag 535-5.15.0-97-generic-ubuntu22.04 exists.
I've updated gpu operator from 23.9.0 to latest 23.9.2, but it still fails
I can make it work by setting usePrecompiled to false, and setting the complete driver version
The text was updated successfully, but these errors were encountered: