Skip to content

node-exporter in CrashLoopBackOff state #790

Answered by yamenkaba
Louispettitt asked this question in General
Discussion options

You must be logged in to vote

You can use this as a workaround,

  • Find Daemon Set name of the node-exporter
    kubectl get ds -n <namespace>
  • Patch it with the following command
    kubectl patch ds monitoring-prometheus-node-exporter --type "json" -p '[{"op": "remove", "path" : "/spec/template/spec/containers/0/volumeMounts/2/mountPropagation"}]'

Replies: 7 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@paulfantom
Comment options

@gliptak
Comment options

@paulfantom
Comment options

@gliptak
Comment options

Comment options

You must be logged in to vote
2 replies
@AlaaHamoudah
Comment options

@paulfantom
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Sounak3007
Comment options

Answer selected by Louispettitt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
9 participants
Converted from issue

This discussion was converted from issue #790 on November 23, 2020 13:11.