Open drewhemm opened 1 year ago
I am also using same issue on kube-prometheus-stack-51.9.4, Any update/workaround.
This appears to be an issue with kubelet no longer returning some labels due to the removal of docker from k8s. See this comment in a similar issue
Hi Folks, I am facing the same issue. My persistent volume dashboard data is empty. Can anyone suggest fix for this issue
Describe the bug a clear and concise description of what the bug is.
This dashboard shows no data because the metric names referenced are not available in Prometheus:
kubelet_volume_stats_capacity_bytes
andkubelet_volume_stats_available_bytes
are not found, whilekube_persistentvolume_capacity_bytes
andkube_persistentvolumeclaim_resource_requests_storage_bytes
are.The metrics also have different labels, which means that swapping out the metric names alone will not work.
What's your helm version?
v3.11.3
What's your kubectl version?
v1.26.4
Which chart?
kube-prometheus-stack
What's the chart version?
48.2.0
What happened?
The Kubernetes / Persistent Volumes dashboard does not display any data:
What you expected to happen?
I expect to see data in the Kubernetes / Persistent Volumes dashboard.
How to reproduce it?
kubelet_volume_stats_capacity_bytes
orkubelet_volume_stats_available_bytes
; you will not find themEnter the changed values of values.yaml?
Enter the command that you execute and failing/misfunctioning.
helm install kube-prometheus-stack https://prometheus-community.github.io/helm-charts/kube-prometheus-stack --version 48.2.0 --values values.yaml
Anything else we need to know?
No response