node-exporter in CrashLoopBackOff state #790
-
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 7 replies
-
I believe you run into kubernetes/kubernetes#61058. For Linux, remounting |
Beta Was this translation helpful? Give feedback.
-
So I'd need to find and use the equivalent of mount --make-rshared / for darwin? |
Beta Was this translation helpful? Give feedback.
-
Either this or deploy it in VM with Linux. For example in minikube. |
Beta Was this translation helpful? Give feedback.
-
Curious: What side effects would changing the
|
Beta Was this translation helpful? Give feedback.
-
Was someone able to solve this problem? |
Beta Was this translation helpful? Give feedback.
-
@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 ? |
Beta Was this translation helpful? Give feedback.
-
You can use this as a workaround,
|
Beta Was this translation helpful? Give feedback.
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"}]'