-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[kube-prometheus-stack] Add node-exporter attachMetadata configuration #5038
[kube-prometheus-stack] Add node-exporter attachMetadata configuration #5038
Conversation
4f798b4
to
61caf02
Compare
Hi @daviderli614, please take a look at the checklist in the PR description. You're missing the chart bump. |
Thank you for your review. I changed the version from 66.3.0 to 66.3.1. |
3edba90
to
f45a449
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get the reason for that change.
We depend on node-export chart. If there changes on that are already done, we also benefit from it. We should not redeclare a default value.
I guess the root cause is that kube-prometheus-stack is not used the lastest version of that chart.
Oh, I found that I need to look for this field in the node-exporter helm chart. Showing the definition here helps the user configure it. We can close this pr, Thanks. |
@daviderli614 that makes sense to me, but than add the value as a comment. like the lines before. |
Signed-off-by: liyang <[email protected]>
Signed-off-by: liyang <[email protected]>
Signed-off-by: liyang <[email protected]>
3d4c1e0
to
399424b
Compare
Made some changes, please review again, thank you. |
What this PR does / why we need it
Declare the attachMetadata configuration in the
values.yaml
of kube-prometheus-stack, so that do not have to look for it in node-exporter helm-chart.Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer
Checklist
[prometheus-couchdb-exporter]
)