Closed changhyuni closed 2 months ago
DCGM-Exporter uses go-dcgm, which in most cases utilizes DCGM's embedded hostengine functionality contained in libdcgm.so. /usr/bin/dcgmi is normally installed with the datacenter-gpu-manager package.
@glowkey Thanks you for comment. So, The dcmg exporter should work fine even if you don't install dcmg on the worker node(k8s), right?
DCGM-Exporter requires libdcgm.so
(found in the package 'datacenter-gpu-manager') but I'm not sure what you mean by 'worker node(k8s)' so I'm not sure how to answer your question.
Ask your question
Is DCGM just a binary file (not a system)?
When I type the command dcgmi on the host where the DCGM exporter is installed, I get "command not found".
No matter how much I look on the host, I can't find any DCGM binaries. However, in the DCGM exporter logs, I see messages indicating it's working, and I can see the metrics being exported.
Is the dcgm exporter pod performing dcmgi using host mount?
my logs: