NVIDIA / gpu-operator

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

Enable the use of CDI on OpenShift #733

Open cdesiniotis opened 3 months ago

xiongzubiao commented 3 months ago

Glad to see the official CDI support on OpenShift. Just a side question: Why not always use cdi.k8s.io prefix rather than nvidia.cdi.k8s.io? Previously I thought nvidia runtime (cdi mode) needs it. But I tried to change the prefix to cdi.k8s.io in nvidia runtime's config.toml. It seems working fine (nvidia-cdi RuntimeClass with CRIO 1.31.0). Why does nvidia.cdi.k8s.io need to exist then...