gpu-operator
gpu-operator copied to clipboard
Will gpu-operator support Rocky linux in the furture?
Will gpu-operator support Rocky linux in the furture?
@carlwang87 I was able to make the GPU operator work on a Rocky 8 Kubernetes cluster by rebuilding the driver container image and modifying the nvidia-driver script to pull and install kernel RPMs from Rocky's RPM repo over top of the RHEL UBI container image, and use that to build and install the driver on the host. A little hacky but it works! And - it should also work for AlmaLinux and Oracle Linux too provided you update RPM_BASE_URL when building the image to point to the respective RPM repo for each distro, but I haven't tested.