Allow configure if kubectx
and kubens
will be autocompletable commands.
#431
Labels
kubectx
and kubens
will be autocompletable commands.
#431
I have get used to write
kub
ku
orkube
and then press the tab to autocomplete forkubectl
. With these new commands the autocompletion is not working.I know, I can create an alias... I have already done that but the alias does not work with the autocompletion of the next parameters.
Example: If I want to write
kubectl port-forward svc/some-service some port
.k
as an alias forkubectl
if then I writeport
and try to autocomplete it does not work.kubectl
and thenport
it autocompletes.My point is that it will be cool to remove
kubectx
andkubens
from the autocompletion. Maybe with an enviroment variable or some type of configuration when installing.The text was updated successfully, but these errors were encountered: