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
In A100 GPU environment, when installing GPU Operator, the error Failed to pull image "nvcr.io/nvidia/driver:550.90.07-debian12" occurs in nvidia-driver-daemonset Pod.
The status of nvidia-driver-daemonset Pod is ImagePullBackOff as follows:
The image nvcr.io/nvidia/driver:550.90.07-debian12 is not found as follows:
# kubectl describe pod nvidia-driver-daemonset-pwnhc -n gpu-operator
(...snip...)
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 36m default-scheduler Successfully assigned gpu-operator/nvidia-driver-daemonset-pwnhc to kubeflow-control-plane
Normal Pulled 36m kubelet Container image "nvcr.io/nvidia/cloud-native/k8s-driver-manager:v0.6.10" already present on machine
Normal Created 36m kubelet Created container k8s-driver-manager
Normal Started 36m kubelet Started container k8s-driver-manager
Normal Pulling 34m (x4 over 36m) kubelet Pulling image "nvcr.io/nvidia/driver:550.90.07-debian12"
Warning Failed 34m (x4 over 36m) kubelet Failed to pull image "nvcr.io/nvidia/driver:550.90.07-debian12": rpc error: code = NotFound desc = failed to pull and unpack image "nvcr.io/nvidia/driver:550.90.07-debian12": failed to resolve reference "nvcr.io/nvidia/driver:550.90.07-debian12": nvcr.io/nvidia/driver:550.90.07-debian12: not found
Warning Failed 34m (x4 over 36m) kubelet Error: ErrImagePull
Warning Failed 34m (x5 over 35m) kubelet Error: ImagePullBackOff
Normal BackOff 71s (x152 over 35m) kubelet Back-off pulling image "nvcr.io/nvidia/driver:550.90.07-debian12"
In A100 GPU environment, when installing GPU Operator, the error
Failed to pull image "nvcr.io/nvidia/driver:550.90.07-debian12"
occurs in nvidia-driver-daemonset Pod.The status of nvidia-driver-daemonset Pod is ImagePullBackOff as follows:
The image
nvcr.io/nvidia/driver:550.90.07-debian12
is not found as follows:The installation command:
The following is my environment information.
Environment:
The text was updated successfully, but these errors were encountered: