node-exporter in CrashLoopBackOff state #790
Answered
by
yamenkaba
Louispettitt
asked this question in
General
Answered by
yamenkaba
Sep 3, 2023
Replies: 7 comments 8 replies
|
I believe you run into kubernetes/kubernetes#61058. For Linux, remounting |
0 replies
|
Either this or deploy it in VM with Linux. For example in minikube. |
0 replies
|
Curious: What side effects would changing the |
4 replies
|
Was someone able to solve this problem? |
2 replies
|
@Louispettitt I ran into similar issue with docker desktop kubernetes cluster v1.22 and kube-prometheus release 0.9 and did you find the solution for it ? |
0 replies
|
You can use this as a workaround,
|
2 replies
Answer selected by
Louispettitt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




You can use this as a workaround,
kubectl get ds -n <namespace>kubectl patch ds monitoring-prometheus-node-exporter --type "json" -p '[{"op": "remove", "path" : "/spec/template/spec/containers/0/volumeMounts/2/mountPropagation"}]'