kube-capacity
kube-capacity copied to clipboard
A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
I would like to be able to display non-allocated (non-requested) resources (allocatable - allocated) This is useful to better understand why the scheduler is not able to schedule a pod...
Most tools allow username and group impersonating like `kubectl` does. ``` --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation ``` Would be...
just an idea, but `vpa-recommender` could be used to generate some extra info (if the user is running it in their cluster) for pods... the output might be something like...
Bumps the actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.29.2` | `0.29.3` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery)...
Minor issue where the tool isn't reporting the version it is at correctly. ```shell $ cd /tmp $ ./kube-capacity version zsh: no such file or directory: ./kube-capacity $ curl -qfLSsO...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @SuperQ in stretchr/testify#1394 Document that require is not safe to...
Hello, There is the same bug of #27 . I've made a change in the goreleaser file and the version.go file. The version will be automatically set by gorelaser during...
Mem requests/limits should not be displayed with 12-digit precision. It's not how UI tools should work. Just round up and don't display more than 4 significant digits. Also it would...
Hi I am wondering how the CPU/Mem requests are calculated with respect to the state of the pods? Ideally I want to see the numbers of the Running pods and...
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]...