Ümüt Özalp
Ümüt Özalp
This pull request introduces a new configuration setting called `initialView` that allows users to specify the initial view in the application. The changes span across multiple files to integrate this...
This pull request introduces a new configuration setting called `initialView` that allows users to specify the initial view in the application. The changes span across multiple files to integrate this...
Pull Request for Issue https://github.com/derailed/k9s/issues/2863: Make scrollStatus Configurable Summary This pull request addresses issue https://github.com/derailed/k9s/issues/2863 by making the scrollStatus configurable through the configuration file. The default value for scrollStatus is...
This pull request introduces enhancements to the `History` functionality in the `internal/model` package, focusing on enforcing a history limit, handling forward history truncation, and updating test cases to reflect these...
When using the history navigation in `K9s`, if I go back in history and then switch to a new view, the new view is currently added to the end of...
**Description:** K9s currently supports navigating back (`[`) and forward (`]`) through view history. However, when switching between views (e.g., from Pods to Services) and then using the back command, K9s...
Add support for context-specific custom views in k9s, allowing users to define different column layouts for the same resource type across different Kubernetes clusters/contexts. **Motivation** When working with multiple Kubernetes...
If PR https://github.com/derailed/k9s/pull/3650 gets accepted, we should remove all keybindings related to table sorting(except Name, Namespace, Age). I’ve compiled a list of all keybindings currently tied to sorting functionality. ###...
Currently, k9s requires a valid kubectl context to be set before starting. If no context is configured or the configured context is unavailable, k9s fails to start with connection errors....
For users managing multiple Kubernetes clusters, the current behavior of k9s creates friction: - You have to remember to run `kubectl config use-context `before starting k9s - If you have...