aca / go-kubectx

5x-10x faster alternative to kubectx. Uses client-go.
134 stars 3 forks source link

kubens displays list on direct match #3

Closed slimm609 closed 4 years ago

slimm609 commented 4 years ago

regular kubens changes namespace when given a name as input

kubens valid-ns Active namespace is "valid-ns".

kubens abc error: no namespace exists with name "abc".

your kubens displays the list with that as a search field.

most of the time, the namespace is known and just want to switch between them quickly

aca commented 4 years ago

@slimm609 Missed that one. Thanks !

slimm609 commented 4 years ago

Awesome. It’s much faster. Thanks!