You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to customize the table output. One specific use case is running the command kube-capacity -c to get the resources for all containers. This command produces a wide output. It would be helpful if I can omit, for example, node and namespace.
I second this. In particular, I'd like to examine and tune just memory requests vs usage. I'd also like to display additional columns like total capacity.
As a user, I would like to customize the table output. One specific use case is running the command
kube-capacity -c
to get the resources for all containers. This command produces a wide output. It would be helpful if I can omit, for example, node and namespace.I propose a command such as:
With this command, the
NODE
andNAMESPACE
columns from the commandkube-capacity -c
would not be displayedThe text was updated successfully, but these errors were encountered: