robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.09k stars 114 forks source link

fix wrong current pod number #70

Closed cloud-66 closed 2 years ago

cloud-66 commented 2 years ago

fix for issue #69

before

after

robscott commented 2 years ago

Thanks @cloud-66!