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

Fix prometheus node-exporter crashloop #488

Merged

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Apr 11, 2024

Motivation

prometheus-node-exporter pods are in a crash loop at least when running in Docker Desktop.
This is issue prometheus-community/helm-charts#467 .

Modifications

Disable the feature by default which is causing the problem.

kube-prometheus-stack:
  prometheus-node-exporter:
    hostRootFsMount: 
      enabled: false

Verifying this change

  • Make sure that the change passes the CI checks.

@lhotari lhotari merged commit 59f6f74 into apache:master Apr 12, 2024
30 checks passed
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.

1 participant