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

Only show containers which do not have requests or limits set #103

Open starlightromero opened 11 months ago

starlightromero commented 11 months ago

As a user, when running the command kube-capacity -c I would like to pass an additional flag to see all containers which do not have requests or limits set.

I propose a command such as the following:

kube-capacity -c --no-requests --no-limits