lens icon indicating copy to clipboard operation
lens copied to clipboard

Fix ResourceQuotaDetails quotas display bugs

Open Nokel81 opened this issue 1 year ago • 2 comments

Signed-off-by: Sebastian Malton [email protected]

fixes https://github.com/lensapp/lens/issues/5892

Nokel81 avatar Jul 26 '22 13:07 Nokel81

Nice, it actually works now. But, perhaps unrelated, is this right?

Screen Shot 2022-07-28 at 5 29 51 PM

cpu is 500m / 1k? Isn't that 0.05% not 50%? Used the Resource Quotas example from https://kubernetes.io/docs/concepts/policy/resource-quotas/#:~:text=apiVersion%3A%20v1,%22low%22%5D (the above png shows the pods-high resource quota, which has hard.cpu = "1000"

jim-docker avatar Jul 28 '22 21:07 jim-docker

I have now also fixed what @jim-docker found,

here is a screenshot:

Screen Shot 2022-07-29 at 3 38 08 PM

Nokel81 avatar Jul 29 '22 19:07 Nokel81