Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPrometheus Error loading config couldn't load configuration (--config.file=/etc/config/prometheus.yml): parsing YAML #4129
Comments
This comment has been minimized.
This comment has been minimized.
|
It makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided. |
brian-brazil
closed this
May 1, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 22, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
iamdeadman commentedMay 1, 2018
Hi,
I am trying to deploy a prometheus monitoring stack in a kubernetes sandbox on Google compute vm.
I have got kubernetes, helm, tiller up & running & I followed this blog post to install the prometheus server - tutorial
So, as it suggested I made changes to my cpu, memory limits & resources &
tried setting extra args to both -
&
& I then thought that the issue might be because of incorrect cpu, memory limits I had set.
I tried initially yesterday with these values -
& today went ahead & tried these -
Now, prometheus server pod is getting crashed on startup.
Here is the gist of the values.yaml I am using to install the chart -
gist values.yaml
& here's the command I am using to deploy the chart -
sudo helm install -f values_backup.yaml stable/prometheusHere are the logs from the container that suggest that there is a configuration mistake here -
& here's the output of the
kubectl describe pod <prometheus-server>So, I don't think I am modifying any other unnecessary values from this values file -
values.yaml original
but still If there is any configuration error in my gist, can someone point as to how to resolve it or debug this issue further.
Proposal
Use case. Why is this important?
Nice to have' is not a good use case :)
Bug Report
What did you do?
What did you expect to see?
What did you see instead? Under which circumstances?
Environment
System information:
insert output of
uname -srmherePrometheus version:
insert output of
prometheus --versionhereAlertmanager version:
insert output of
alertmanager --versionhere (if relevant to the issue)Prometheus configuration file: