You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
Hello, I have recently installed, enabled, and configured this app. As you can see here, the Cluster Info is properly populated with information scraped from my cluster. Additionally, the generated data source, as shown here, indicates that the configuration is working properly.
However, as seen here, no Data Points are being collected by Grafana for any other automatically generated Dashboards.
I have manually modified my prometheus.yml file for the Prometheus server running on my Cluster to contain the kubernetes-kubelet Job as well as deployed the required Kube Exporter and Kube State Metrics deployment manifests, which are happily running on my cluster right now.
Is there something else I need to do? The cluster is configured using the SSL Certificates found within my ~/.kube/config file.
The text was updated successfully, but these errors were encountered:
EDIT: It appears that the user associated with the certificates in my ~/.kube/config file doesn't have the required permissions to list resources in the cluster as indicated by the following example log from the kube-state-metrics pod.
k8s.io/kube-state-metrics/collectors/resourcequota.go:67: Failed to list *v1.ResourceQuota: resourcequotas is forbidden: User "system:serviceaccount:kube-system:default" cannot list resource "resourcequotas" in API group "" at the cluster scope
How should I properly create a user to remediate this?
Hello, I have recently installed, enabled, and configured this app. As you can see here, the Cluster Info is properly populated with information scraped from my cluster. Additionally, the generated data source, as shown here, indicates that the configuration is working properly.
However, as seen here, no Data Points are being collected by Grafana for any other automatically generated Dashboards.
I have manually modified my prometheus.yml file for the Prometheus server running on my Cluster to contain the
kubernetes-kubelet
Job as well as deployed the requiredKube Exporter
andKube State Metrics
deployment manifests, which are happily running on my cluster right now.Is there something else I need to do? The cluster is configured using the SSL Certificates found within my
~/.kube/config
file.The text was updated successfully, but these errors were encountered: