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.
A clear and concise description of what the problem is.
it's more a usability issue:
when we switch namespace using ":namespace" command it seems support parameters, as it include autocompletion when I type ":namespace part_of_namespace_name"
But even it suggests me correct namespace(I have plenty of them) nothing happens after pressing Enter - it just stays in Namespaces menu and I still have to scroll down to select desired namespace
Describe the solution you'd like
A clear and concise description of what you want to happen.
When namespace name is passed to ":namespace" command - K9s must switch to this namespace immediately instead of just showing list of namespaces
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Don't have alternatives
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
My concern is that :namespace command already provides autocomplete for namespace name!
And the expected result should be the same as I would switch namespace in old-school way - see pods/deployments/etc
We really have a lot of namespaces and such approach would be really faster than search/filter by /
So the only thing to make is intuitive and consistent - just add proper Enter press handling, when name already autosuggested
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
it's more a usability issue:
when we switch namespace using ":namespace" command it seems support parameters, as it include autocompletion when I type ":namespace part_of_namespace_name"
But even it suggests me correct namespace(I have plenty of them) nothing happens after pressing Enter - it just stays in Namespaces menu and I still have to scroll down to select desired namespace
Describe the solution you'd like
A clear and concise description of what you want to happen.
When namespace name is passed to ":namespace" command - K9s must switch to this namespace immediately instead of just showing list of namespaces
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Don't have alternatives
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: