This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 301
nvidia-dcgm-exporter creates huge logs inside container #182
Comments
hi @boniek83 - which version of |
nvcr.io/nvidia/k8s/dcgm-exporter:2.1.4-2.2.0-ubuntu20.04 |
I think this may be related to what we're seeing in #194. Our biggest |
same issue |
Based on feedback from NVIDIA I set the following environment variable to silence the extra logging:
Now the only logs I get in /var/log/nv-hostengine.log is 1 or 2 messages every 30 seconds. |
Nice but not good enough since it still does log something. We don't know whether amount of data being logged will change between releases. This should be logged to stdout, in dedicated persistent volume or we should just have an option to disable it altogether. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Either its size should be limited by some configurable option, it shouldn't be created at all or pv/pvc should be used. Ephemeral storage ain't free :)
The text was updated successfully, but these errors were encountered: