Important Note: NVIDIA AI Enterprise customers can get support from NVIDIA Enterprise support. Please open a case here.
Describe the bug
I tried several key/values here:
driver:
version: 580.82.07
toolkit:
env:
- name: CONTAINERD_CONFIG
value: /var/lib/rancher/rke2/agent/etc/containerd/config.toml
- name: CONTAINERD_SOCKET
value: /run/k3s/containerd/containerd.sock
- name: CONTAINERD_RUNTIME_CLASS
value: nvidia
- name: CONTAINERD_SET_AS_DEFAULT
value: "true"
And the nvidia driver daemonset that tries to pull is:
nvcr.io/nvidia/driver:580.82.07-rhel9.7
But this doesnt exist. From the registry:
nvcr.io/nvidia/driver:580.82.07-rhel9.6 does though.