Hi there!
I’m following the e-book section for install and monitor with Prometheus but when i run:
helm install --name prom-release stable/prometheus
i got this:
Error: file “stable/prometheus” not found
Any suggestions?
Best Regards.
Hi there!
I’m following the e-book section for install and monitor with Prometheus but when i run:
helm install --name prom-release stable/prometheus
i got this:
Error: file “stable/prometheus” not found
Any suggestions?
Best Regards.
Did you run helm init
and helm repo update
?
That made it brother!
Thanks a lot and sorry for ignorance.
Now when it start running got this errors:
“Failed to pull image “k8s.gcr.io/kube-state-metrics:v1.1.0”: rpc error: code = Unknown desc = Error response from daemon: pull access denied for k8s.gcr.io/kube-state-metrics, repository does not exist or may require 'docker login’
Error syncing pod”
"PersistentVolumeClaim is not bound: “prom-release-prometheus-alertmanager”
PersistentVolumeClaim is not bound: “prom-release-prometheus-server”
What am i doing wrong?
Thanks for your help.