kubernetes-monitoring / kubernetes-mixin

A set of Grafana dashboards and Prometheus alerts for Kubernetes.
Apache License 2.0
2.08k stars 597 forks source link

Cannot deploy using ksonnet #59

Open sanderaernouts opened 6 years ago

sanderaernouts commented 6 years ago

I followed the steps in README.md to create an application and default application. I then installed prometheus-ksonnet running jb install github.com/kausalco/public/prometheus-ksonnet and made the suggested changes to main.jsonnet but when I run ks apply default I get this error:

ERROR find objects: C:\tmp\use-monitoring\vendor/prometheus-ksonnet/lib/nginx.libsonnet:26:21 Text block not terminated with |||

      'nginx.conf': |||

I'm using the latest release of ksonnet I found on github (0.12.0) I'm running this from a windows machine.

metalmatze commented 6 years ago

I think this is a bug in prometheus-ksonnet by kausal and not this repository.