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
For any reason, we have this issue only one cluster out of 3. All of them are on running the same version (v1.29) and are deployed using EKS and the same version of Prometheus. I also tried on multiple namespaces and on this specific namespace, all the pods are reported as deleted.
Expected behavior deleted should be set to false if the pod is still running
Are you interested in contributing a fix for this?
Not really :(
Desktop (please complete the following information):
OS: Ubuntu
Browser: N/A
Version: N/A
Additional context
krr v1.11.0
Kubernetes v1.29 (EKS)
The text was updated successfully, but these errors were encountered:
As usual, I found the problem one minute after reporting the issue.... For those who are having the same issue, check that kube_pod_status_phase is returning data on prometheus. For any reason one of our prometheus was not returning data by default...
Describe the bug
On one of our cluster, the JSON export reports all pods as
"deleted": true
even if they are still running:To Reproduce
Steps to reproduce the behavior:
Even if some of them are still running:
For any reason, we have this issue only one cluster out of 3. All of them are on running the same version (v1.29) and are deployed using EKS and the same version of Prometheus. I also tried on multiple namespaces and on this specific namespace, all the pods are reported as deleted.
Expected behavior
deleted
should be set tofalse
if the pod is still runningAre you interested in contributing a fix for this?
Not really :(
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: