Skip to content
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

Merged
merged 2 commits into from Oct 30, 2020
Merged

[prometheus-node-exporter] Add rootfs mount by default #80

merged 2 commits into from Oct 30, 2020

Conversation

ghost
Copy link

@ghost ghost commented Sep 10, 2020

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

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

Signed-off-by: Dan Jones <[email protected]>
@ghost ghost requested review from gianrubio and vsliouniaev as code owners September 10, 2020 09:08
@stale
Copy link

stale bot commented Oct 10, 2020

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.

@monotek
Copy link
Member

monotek commented Oct 10, 2020

Not stale.

@gianrubio @vsliouniaev
Please review.

@stale stale bot removed the lifecycle/stale label Oct 10, 2020
@ghost ghost requested a review from monotek October 11, 2020 17:19
Copy link
Member

@monotek monotek left a 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?

Copy link
Contributor

@vsliouniaev vsliouniaev left a 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

@monotek monotek merged commit d6f10fe into prometheus-community:main Oct 30, 2020
@xxbbxb
Copy link

xxbbxb commented Nov 17, 2020

Hi everybody, I have an issue with this patch: docker is unable to mount / with error:

failed to start container "node-exporter": Error response from daemon: path / is mounted on / but it is not a shared or slave mount

We need either remove mountPropagation option or make root shared among namespaces mount --make-shared /
corresponding kubernetes issue kubernetes/kubernetes#61058 (comment)

@monotek
Copy link
Member

monotek commented Nov 17, 2020

Please create a new issue using the issue template so we have all info about your environment.

junotx pushed a commit to junotx/prometheus-helm-charts that referenced this pull request Sep 14, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants