When I run the command "kubectl exec -it -c prometheus-server -- cat /etc/config/prometheus.yml" , I get the following error. Error: open prometheus.values.yaml: no such file or directory Can someone please guide me on how to solve this issue ?
Hello, I follow your method to install prometheus from helm, but in the graph parts, I don't have as much metric than you. Especially it's doesn't seems to be any metric coming from node-exporter. Do you know what I can check for that ?
After adding external IP in values.yaml I start getting error in pod kubectl logs prometheus-1576830591-server-58cd6847f7-fkfg7 prometheus-server level=error ts=2019-12-20T08:37:04.839Z caller=klog.go:94 component=k8s_client_runtime func=ErrorDepth msg="/app/discovery/kubernetes/kubernetes.go:265: Failed to list *v1.Pod: pods is forbidden: User \"system:serviceaccount:default:prometheus-1576830591-server\" cannot list resource \"pods\" in API group \"\" at the cluster scope"
When I run the command "kubectl exec -it -c prometheus-server -- cat /etc/config/prometheus.yml" , I get the following error.
Error: open prometheus.values.yaml: no such file or directory
Can someone please guide me on how to solve this issue ?
Hello, I follow your method to install prometheus from helm, but in the graph parts, I don't have as much metric than you. Especially it's doesn't seems to be any metric coming from node-exporter. Do you know what I can check for that ?
When I run
kubectl get svc
it doesn't have External IP for prometheus-server, it keeps on showing pending
After adding external IP in values.yaml
I start getting error in pod
kubectl logs prometheus-1576830591-server-58cd6847f7-fkfg7 prometheus-server
level=error ts=2019-12-20T08:37:04.839Z caller=klog.go:94 component=k8s_client_runtime func=ErrorDepth msg="/app/discovery/kubernetes/kubernetes.go:265: Failed to list *v1.Pod: pods is forbidden: User \"system:serviceaccount:default:prometheus-1576830591-server\" cannot list resource \"pods\" in API group \"\" at the cluster scope"
Which Helm version are you using?
Helm v2
Thank u from your great content. Can I get free coupons for your Devops courses?