k9s icon indicating copy to clipboard operation
k9s copied to clipboard

🐶 Kubernetes CLI To Manage Your Clusters In Style!

Results 603 k9s issues
Sort by recently updated
recently updated
newest added

Refreshed version of https://github.com/derailed/k9s/pull/1280 (rebased, fixed merge conflicts, addressed feedback). Fixes https://github.com/derailed/k9s/issues/1267 The exec ends up looking something like this: ``` /usr/local/bin/kubectl --context mycontext exec -it -n mynamespace pod-name -c...

enhancement
needs-tlc
stale

Everything is private or internal. The rootCmd is internal to `cmd` and all of the functionality is in `internal/`. If someone wants to embed k9s into another tool, there's currently...

stale

**Describe the bug** Looks like Ctrl+D behavior is now like a kill **To Reproduce** Steps to reproduce the behavior: 1. Just try to remove a pod using ctrl+d. It will...

**Describe the bug** Sorting by age (shift+a) seems to be working for native K8s resources like Pod Deployment etc. but broken for (all ?) custom resources Was still working on...

stale

I was trying to use port-forwards and auto-port-forwards annotations with documentation - but it's doesn't work for me. I checkout in source code and there is diffrence between code and...

enhancement
needs-tlc
stale

**Is your feature request related to a problem? Please describe.** If dotfiles are managed via git everytime k9s is opened the config.yml changes. If it only contain the defaults for...

enhancement

To be able to use this command when we change context inside k9s.

**Describe the bug** For pods which have containers which are a mix of CPU limited and CPU unlimited, when looking at the whole pod the $CPU/L calculation is way off....

stale

**Describe the bug** On Mac M1, sometimes k9s just crashes: ```bash ❯ k9s ____ __.________ | |/ _/ __ \______ | < \____ / ___/ | | \ / /\___...

bug