Replies: 1 comment 1 reply
|
Thanks for the suggestion. I agree with a small first change: show Sofka already uses the kubeconfig namespace as a startup fallback. CLI flags, the last namespace saved for the context, and the Sofka default_namespace setting take priority, in that order. We will keep that behaviour, the current list order, and the favourite shortcuts. No new shortcut is needed for this change. This scope is approved and tracked in #536: #536. I will start implementation in a separate worktree. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
A context in the kubeconfig can have a namespace set. I am not 100% what the best way is, but maybe:
The namespace switcher could highlight which NS is currently selected.
It could also always put this namespace at the top.
Optionally, there could be a dedicated namespace switcher shortcut for it.
k9s also opens in that namespace by default, but I am not sure if that is the best option either.
All reactions