Skip to content

Commit

Permalink
Disable hostRootFsMount for Prometheus node exporter to prevent pod c…
Browse files Browse the repository at this point in the history
…rash loop
  • Loading branch information
Donnerbart committed Dec 4, 2024
1 parent c3f387e commit 21a02c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ final void setup() throws Exception {
helmChartContainer.addHelmRepo("prometheus-community", "https://prometheus-community.github.io/helm-charts");
helmChartContainer.installChart(MONITORING_RELEASE,
"prometheus-community/kube-prometheus-stack",
"--set",
"prometheus-node-exporter.hostRootFsMount.enabled=false",
"-n",
MONITORING_NAMESPACE,
"--create-namespace");
Expand Down

0 comments on commit 21a02c7

Please sign in to comment.