gpu-operator icon indicating copy to clipboard operation
gpu-operator copied to clipboard

Will gpu-operator support Rocky linux in the furture?

Open carlwang87 opened this issue 2 years ago • 1 comments

Will gpu-operator support Rocky linux in the furture?

carlwang87 avatar Jan 04 '23 08:01 carlwang87

@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.

hotspoons avatar Nov 17 '23 15:11 hotspoons