-
Notifications
You must be signed in to change notification settings - Fork 297
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
Allow adding custom labels to the "gpu-operator" ServiceMonitor #710
Comments
@peihsuant this is already possible today with the |
Hi @cdesiniotis, what I need to modify is the servicemonitor of |
@peihsuant apologies, I misread the description. I see we do not have any fields for configuring the If you are interested in working on this, PRs against our gitlab repository are always welcome. https://gitlab.com/nvidia/kubernetes/gpu-operator |
@cdesiniotis I would like to give this a try if its still needed. |
@csauoss yes this is open. PRs are welcome here https://github.com/NVIDIA/gpu-operator/pulls |
@cdesiniotis thank you, but should I create a MR in gitlab(since documentation mentions it) or a PR here is fine as well? |
@cdesiniotis I created MR 1099 in gitlab for this issue for now. Please review it when you get a chance. |
@csauoss we have recently migrated to GitHub and now perform development here. Can you open your PR against https://github.com/NVIDIA/gpu-operator?
Can you point me to where our documentation states this? |
Thanks @cdesiniotis! sounds good, will PR here in that case. Here in CONTRIBUTING.md file is where I saw references to Gitlab. |
Actually the pr template in github too |
Thank you for pointing this out. I have filed #851 to update our docs. |
@cdesiniotis I created pr #850 in github to address this issue. Please review it when you get a chance. Thanks! |
feature description
There is a ServiceMonitor named
gpu-operator
that was automatically created and is owned by the ClusterPolicy. I would like to add custom labels to it so the Prometheus instance with a serviceMonitorSelector can scrape it.Thanks.
The text was updated successfully, but these errors were encountered: