NVIDIA / k8s-dra-driver

Dynamic Resource Allocation (DRA) for NVIDIA GPUs in Kubernetes
Apache License 2.0
251 stars 47 forks source link

Include path for NVML on RHEL #5

Closed empovit closed 1 year ago

empovit commented 1 year ago

Fix the kubelet-plugin pod crashing on OpenShift (RHCOS/RHEL) because it cannot find libnvidia-ml.so in the path.

Fixes #4

elezar commented 1 year ago

@empovit thanks for the contribution.

We have been working through some of the issues and asssumptions around the LD_LIBRARY_PATH and as it stands, we have https://gitlab.com/nvidia/cloud-native/k8s-dra-driver/-/merge_requests/19 that should address this.

Feel free to have a look a this Merge Request and let us know if you have any questions.

Note that this does depend on some features in go-nvml and go-nvlib that would need to be reviewed and merged first.

empovit commented 1 year ago

Thanks @elezar, I tested the MR and it seems to have worked for me. Closing this one.