Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource dashboards show invalid comparison of cpu and memory quota #748

Open
bboreham opened this issue Mar 8, 2022 · 1 comment
Open
Labels

Comments

@bboreham
Copy link

bboreham commented Mar 8, 2022

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.

Copy link

github-actions bot commented Oct 2, 2024

This issue has not had any activity in the past 30 days, so the
stale label has been added to it.

  • The stale label will be removed if there is new activity
  • The issue will be closed in 7 days if there is no new activity
  • Add the keepalive label to exempt this issue from the stale check action

Thank you for your contributions!

@github-actions github-actions bot added the stale label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant