kubectl-view-utilization icon indicating copy to clipboard operation
kubectl-view-utilization copied to clipboard

kubectl plugin to show cluster CPU and Memory requests utilization

Results 6 kubectl-view-utilization issues
Sort by recently updated
recently updated
newest added

Add the ability to sort results by column name

enhancement

Hello! Please, add binary for Apple Silicone platform (darwin arm64)

enhancement

**Describe the bug** `kubectl view-utilization nodes` command not returning correct values for CPU Request for nodes **System details** - Operating system that client is running `Big Sur 11.4 ` -...

bug

**Describe the bug** Kubectl plugin [naming conventions](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/#naming-a-plugin) dictates that anything hyphen-separated is a subcommand so kubectl-view-utilization should be called like `kubectl view utilization` and not `kubectl view-utilization`. ```shell sh-4.2# kubectl...

bug

Thank you for the nice plugin. Can it be extended with information about other resources such as ephemeral storage?

enhancement

It would be nice to then be able to view the resources by pod in a given namespace. You can get that sort of view from: kubectl describe nodes |...

enhancement