EswarS

Results 6 comments of EswarS

Hi @archlitchi , i am also facing same issue with volcano vGPU feature. Could you guide me enable this feature. Thanks in advance.

> @EswarS @kunal642 please use image projecthami/volcano-vgpu-device-plugin:v1.9.0 instead, volcano image will no longer provide hard device isolation among containers due to community policies. Is this device plugin compatible with volcano...

VolumeMounts: -mountPath: /car/lib/kubelet/device-plugins -name: device-plugin -mountPath:/usr/local/vgpu -name: lib -mountPath: /tmp -name: hosttmp like above are the volumes configured in device-plugin daemon. Do I need to make any changes?

@archlitchi , we submitted pod with kubectl and pod volume mount path : emptydir {}, it works. Our observation in this case is “pod owner is root.” do we really...

Is libvgpu.so loaded successfully? Check logs of your pod which may confirm you. If already loaded problem may be with mounts, check your pod securityContext fsGroup. Just check your volume...

@archlitchi , I have one more question, why can’t we allocate vgpus more than physical gpus in a single container.