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
This is comparing actual usage by pods against a maximum possible total of requests:
kube_resourcequota{resource="requests.cpu"} is defined as "the sum of CPU requests cannot exceed this value".
To highlight "how much your namespace is using outside of what it’s requesting", the original intention in #364, would be sum(kube_pod_container_resource_requests{resource="cpu"})
It would also be defensible to sum all the requests and show that compared against the quota.
The text was updated successfully, but these errors were encountered:
This is comparing actual usage by pods against a maximum possible total of requests:
kube_resourcequota{resource="requests.cpu"}
is defined as "the sum of CPU requests cannot exceed this value".To highlight "how much your namespace is using outside of what it’s requesting", the original intention in #364, would be
sum(kube_pod_container_resource_requests{resource="cpu"})
It would also be defensible to sum all the requests and show that compared against the quota.
The text was updated successfully, but these errors were encountered: