NVIDIA / k8s-device-plugin

NVIDIA device plugin for Kubernetes
Apache License 2.0
2.86k stars 635 forks source link

Question about the DeviceSpec/Mount in the AllocateResponse #1041

Closed gaure closed 1 week ago

gaure commented 2 weeks ago

Hi

I have a question and wonder if the group here can help me to answer it. The device plug-in's AllocateResponse lists DevieSpecs and Mount objects that are mounted in the container. I have a use case where I need to pass a symbolic link in the host "/dev" directory to the container, but when I use the DeviceSpec, it is ignored, and when I use the Mount object, it is mounted as a folder. Is there a way to tell the Device Plugin that mount it as a Symbolic Link?

Thanks in advance for any help you can provide me.

GA

gaure commented 1 week ago

Wrong repo, closing it.