You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I generally open k9s to quickly do some work in the namespace that my context is currently set to and in older versions k9s would simply show all of the pods in that namespace when I start it up. However, the latest version (v0.32.7) instead shows a list of namespaces, where I have to select the current one first. This makes k9s a little bit less intuitive to use.
Describe the solution you'd like
Is there a way to tell k9s to open the list of pods rather than the list of namespaces on startup?
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
@OvervCW K9s should open up to the last view used in the previous session unless there are issues in your k9s configuration (check debug logs). You can tell k9s to open on any view via k9s -c po. If a namespace is set for your context it should open the last resource viewed in the previous session for that namespace.
@derailed Running k9s -c po one time for every context fixed the problem for me! It's now opening the list of pods instead of the list of namespaces every time.
As far as I'm aware I don't have any custom k9s configuration and I tried quitting k9s both with Ctrl-C and :q after opening the pods view, but it's only k9s -c po that seems to be able to permanently make the change.
Is your feature request related to a problem? Please describe.
I generally open k9s to quickly do some work in the namespace that my context is currently set to and in older versions k9s would simply show all of the pods in that namespace when I start it up. However, the latest version (v0.32.7) instead shows a list of namespaces, where I have to select the current one first. This makes k9s a little bit less intuitive to use.
Describe the solution you'd like
Is there a way to tell k9s to open the list of pods rather than the list of namespaces on startup?
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: