NVIDIA / gpu-operator

NVIDIA GPU Operator creates/configures/manages GPUs atop Kubernetes
Apache License 2.0
1.53k stars 264 forks source link

Use NVIDIADriver CRD to install GPU driver in a centos7 and a ubuntu22.04 #725

Open lengrongfu opened 1 month ago

lengrongfu commented 1 month ago

I currently have two nodes, one with Ubuntu 22.04 operating system and one with CentOS 7 operating system. I use NVIDIADriver for heterogeneous installation of drivers, but I found that the toolkit image can only be set in the CRD of ClusterPolicy and can only be set to container-toolkit:v1.15.0-ubuntu22.04 version. How can I solve this problem?

lengrongfu commented 6 days ago

@elezar Can you help look this issue?