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: convert bytes to megibytes #61

Closed piotrwielgolaski-tomtom closed 2 years ago

piotrwielgolaski-tomtom commented 2 years ago

there is issue that default code convert bytes to megabytes, but says it is megibytes it is quite misleading and hard to reason about capacity

robscott commented 2 years ago

Thanks for fixing this! Not sure how I missed this one for so long.