Hi

Sorry if this is a repeated topic, but I am trying to identify all the pods 
with NO limits, I know there is a query to get all the pods with resources 
limits but this query does not return pods where limits were not set. 

What I was trying is first to get all the pods running in the cluster with 
query: 

sum  by (pod) (kube_pod_info)

Then I am getting the list of pods with limits set:

sum by (pod)(kube_pod_container_resource_limits{resource="cpu"})

Is there a way to compare these two results and get the list of pods with 
no limits?


Thanks in advance, Regards.
Carlos Mercado

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/04ba91af-10e7-496c-824f-ec7fae4b951e%40googlegroups.com.

Reply via email to