kube-capacity icon indicating copy to clipboard operation
kube-capacity copied to clipboard

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster

Results 69 kube-capacity issues
Sort by recently updated
recently updated
newest added

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.2 to 0.30.2. Commits 592d891 Update dependencies to v0.30.2 tag 4e1652b Merge pull request #124694 from pmalek/backport-124553-to-release-1.30 2daa31e fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553) 2df4de1 Merge...

dependencies
go

Bumps [k8s.io/metrics](https://github.com/kubernetes/metrics) from 0.29.2 to 0.30.2. Commits c87f47a Update dependencies to v0.30.2 tag 49ccf26 Merge remote-tracking branch 'origin/master' into release-1.30 de942f0 Update x/net for CVE-2023-45288 e44c787 Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf...

dependencies
go

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.2 to 0.30.2. Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288 0407311 followup to allow special characters 25164f7 Merge pull request #123435...

dependencies
go

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.2 to 0.30.2. Commits 118f81c Update dependencies to v0.30.2 tag 0fd470c Merge pull request #124702aojea/automated-cherry-pick-of-#124572 a669f18 Merge pull request #124694 from pmalek/backport-124553-to-release-1.30 15001b5 fix(api): make LocalObjectReference.Name and...

dependencies
go

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. Release notes Sourced from goreleaser/goreleaser-action's releases. v6.0.0 [!WARNING] This is a breaking change! Follow the instructions here to upgrade! What's Changed feat!: use "~>...

dependencies
github_actions

**Problem Statement:** When using `kubectl resource-capacity` in an environment with namespace-scoped permissions, the command attempts to list nodes by calling the Kubernetes API (`v1` list nodes). This causes issues for...

Go 1.20 is vulnerable to CVE-2023-45288 Requesting update to go version 1.23 to mitigate and bring in line with supported go versions - https://endoflife.date/go

Currently, the kube-capacity tool provides sorting functionality for various attributes, including CPU and memory metrics, but it lacks the ability to sort by the number of pods. This feature would...

I am trying to `AND` conditions but I noticed that when I provide two `--node-labels` arguments it only pays attention to the last ne ``` $ kube-capacity --node-labels karpenter.sh/nodepool=karpenter-pulsar-node-karpenter-node --sort...

Kubernetes v1.29 have introduce sidecar containers https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/ Sidecar containers are used as exemple by [istio](https://istio.io/latest/blog/2023/native-sidecars/) `kube-capacity -p ` should print sidecar containers resource usage Note: sidecar containers are visible with...