Ümüt Özalp

Results 42 comments of Ümüt Özalp

@derailed This PR dates back to 2021 and k9s now supports asc/desc column sorting, the feature is largely covered. Due to current sorting limitations, it might still be worth revisiting...

Works fine for me. This is only an issue if you enable mouse support in your `tmux` configuration file

This works with k9s and mouse support enabled ``` set -g mouse on bind -n WheelUpPane if -F '#{alternate_on}' 'send-keys Up' 'if -F "#{mouse_any_flag}" "send -M" "copy-mode -e; send-keys -M"'...

It works for me with Ubuntu + wsl

`5.15.153.1-microsoft-standard-WSL2` ``` DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS" PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy ``` ``` unbind C-b set-option...

One workaround is to add the `karpenter.sh/nodepool` label to the custom view for `nodes`. Then, when you're in the `pods` view, you can press `o` to open the node associated...

Created a new pull request, because I messed up my git. Original PR: https://github.com/derailed/k9s/pull/2857

@KevinGimbel I believe this behavior corresponds to the last active view for the cluster/context. By default, K9s always starts in the last active view unless the `--command` flag is provided,...

@derailed have you had a chance to look at this?