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.13k stars 115 forks source link

The option --output csv in v0.7.4 does not work #120

Open madura96 opened 8 months ago

madura96 commented 8 months ago

Hello Team!

I downloaded https://github.com/robscott/kube-capacity/releases/download/v0.7.4/kube-capacity_v0.7.4_linux_x86_64.tar.gz But the option: --output csv (as described in the README file) does not work: Unsupported Output Type. Note that ./kube-capacity --help indicates [table json yaml] as the only possible output formats

Maybe v0.7.4 wasn't compiled to linux_x86_64 ??!

Thank you for the great work Mudar