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

Allow sorting by percentage of metrics #80

Closed yardenshoham closed 1 year ago

yardenshoham commented 1 year ago

One can now append .percentage to their --sort argument to sort by percentage instead of dealing in absolutes :wink:

Closes #75