-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Add a way to set pod annotations for dcgm exporter #341
Comments
we will look into adding this with future releases. |
+1 This would be super useful for us too |
I can see When I declare these annotations in chart values daemonsets:
annotations:
prometheus.io/path: /metrics
prometheus.io/port: "9400"
prometheus.io/scrape: "true" the chart deploys successfully but
This crash doesn't happen without |
Hi All! Does this work? Did you find anything that works on any of the new releases?
|
The issue reported should be fixed with later releases. Please try out latest version. Setting |
Closing this issue as GPU Operator v23.3.0+ supports the |
@cdesiniotis |
Our monitoring system (datadog) requires us to set pod annotations to the exporter pods.
Would be great if you could add a way to set
spec.template.metadata.annotations
of the daemonset.Thanks
The text was updated successfully, but these errors were encountered: