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

update Update 0500_configmap.yaml to support L40S vgpu

Open jxdn opened this issue 1 year ago • 4 comments

this PR to support L40S vgpu profile. latest version didnt support this

https://docs.nvidia.com/grid/latest/grid-vgpu-user-guide/index.html#vgpu-types-nvidia-l40s

jxdn avatar May 14 '24 23:05 jxdn

Hi @jxdn thanks for your contribution! Currently, we do development on our Gitlab repository: https://gitlab.com/nvidia/kubernetes/gpu-operator Would you mind opening your PR there?

cdesiniotis avatar May 14 '24 23:05 cdesiniotis

@cdesiniotis done.

do you have step by step to update manually on the gpu-operator that run on k8s ?

we need to do it ASAP actually

jxdn avatar May 14 '24 23:05 jxdn

@jxdn you can pass a custom vGPU devices configuration to the operator today. You do not need to build and deploy a custom gpu-operator image.

First, create a ConfigMap in the gpu-operator namespace that contains the entries for L40S. Then set vgpuDeviceManager.config.name="<name-of-configmap>" in Clusterpolicy so that the vgpu-device-manager pod uses your custom configuration file.

cdesiniotis avatar May 14 '24 23:05 cdesiniotis

Thank you ! @cdesiniotis

image

jxdn avatar May 15 '24 00:05 jxdn

Closing as this was addressed in https://github.com/NVIDIA/gpu-operator/pull/799

cdesiniotis avatar Jul 11 '24 21:07 cdesiniotis