NVIDIA / gpu-operator

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

Make kubelet path configurable in dcgm-exporter #745

Open aishwaryaraimule21 opened 3 weeks ago

aishwaryaraimule21 commented 3 weeks ago

Currently, the path to the kubelet socket for /pod-resources is hardcoded for dcgm-exporters to /var/lib/kubelet/pod-resources here.

We have a usecase where Kubelet root dir is /abc and the pod-resources socket path needs to be configured to something like /abc/var/lib/kubelet/pod-resources. Is it possible to make it configurable via Helm? Is there any other way to configure it?