-
Notifications
You must be signed in to change notification settings - Fork 314
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
In GPU operator v23.6.1 driver Images are missing for rhel8.4 and rhel8.5 #595
Comments
@moditanisha22 we had tested only RHEL 8.6/8.7/8.8, hence only those tags were published. With RHEL 8.4, you can get around it by using image digest instead of version (i.e by setting
|
you can search this page, rhel8.4 last version is |
1. Quick Debug Information
2. Issue or feature description
I tried to install gpu operator v23.6.1 on the Kubernetes cluster having os version rhel8.4. The GPU operator by default tries to pull nvcr.io/nvidia/driver:535.104.05-rhel8.4 , It fails saying that the image is not present in the registry.
3. Steps to reproduce the issue
Install Vanilla Kubernetes cluster with OS version rhel 8.4.
Deploy GPU operator v23.6.1 using helm .
4. Information to attach (optional if deemed irrelevant)
Normal Started 7m29s kubelet Started container k8s-driver-manager
Warning Failed 5m59s (x4 over 6m56s) kubelet Error: ImagePullBackOff
Normal Pulling 5m46s (x4 over 7m23s) kubelet Pulling image "nvcr.io/nvidia/driver:535.104.05-rhel8.4"
Warning Failed 5m45s (x4 over 7m22s) kubelet Failed to pull image "nvcr.io/nvidia/driver:535.104.05-rhel8.4": rpc error: code = NotFound desc = failed to pull and unpack image "nvcr.io/nvidia/driver:535.104.05-rhel8.4": failed to resolve reference "nvcr.io/nvidia/driver:535.104.05-rhel8.4": nvcr.io/nvidia/driver:535.104.05-rhel8.4: not found
Warning Failed 5m45s (x4 over 7m22s) kubelet Error: ErrImagePull
Normal Scheduled 5m33s default-scheduler Successfully assigned gpu-operator/nvidia-driver-daemonset-mgm2f to xyz.net
Normal BackOff 2m55s (x15 over 6m56s) kubelet Back-off pulling image "nvcr.io/nvidia/driver:535.104.05-rhel8.4"
The text was updated successfully, but these errors were encountered: