Closed yogeek closed 4 years ago
Hi,
I was running in the same issue and was able to narrow it down to file: vendor/node-mixin/alerts/alerts.libsonnet. There are erroneous single quotes around {{ $labels.device }} on line number 262 and 275. After I removed the extra quotes, it started compiling again. I will test it a little more but thought of posting in case someone else runs in this issue.
Thanks you for the great work.
Regards Piyush
This is an issue with the node_exporter repository. https://github.com/prometheus/node_exporter/pull/1823 and/or https://github.com/prometheus/node_exporter/pull/1821 should fix it.
@simonpasquier ok thanks. Will the fix be done in release-0.4 too ? (I cannot use master because of my k8s version)
@yogeek AFAICT there's nothing to be fixed in release-0.4 neither in master because they are both pinned to a version of node_exporter that doesn't have the buggy code. I suppose that something in your setup pulls the latest version of node_exporter so it should work now that https://github.com/prometheus/node_exporter/pull/1823 is merged.
Ok thank you all for your help. It is working again now.
What happened?
My installation script below has not changed and was successful.
But now when I execute it, I have the following error :
Environment
v0.14.0
v0.35.1
kubeadm
Here is my prom.jsonnet file