-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[prometheus-node-exporter] Add rootfs mount by default #80
Conversation
Signed-off-by: Dan Jones <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
Not stale. @gianrubio @vsliouniaev |
Signed-off-by: dan <[email protected]>
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'm not sure if this should be optional.
@gianrubio @vsliouniaev
Thoughts?
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.
Looks good to me, were running the same configuration. I would argue that not having this configuration is quite limiting, since you aren't accessing the host volume information
Hi everybody, I have an issue with this patch: docker is unable to mount
We need either remove mountPropagation option or make root shared among namespaces |
Please create a new issue using the issue template so we have all info about your environment. |
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.7.0...v1.10.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dan Jones [email protected]
@gianrubio
@vsliouniaev
What this PR does / why we need it:
Adds rootfs mount by default, resolving an issue where root filesystem metrics are incorrectly reported if the container runtime storage is not on the host root filesystem.
Which issue this PR fixes
issue from old repo: helm/charts#22905
Special notes for your reviewer:
Checklist
[prometheus-couchdb-exporter]
)