kvaps / kubectl-node-shell

Exec into node via kubectl
Apache License 2.0
1.39k stars 170 forks source link

Kubectl autocompletion #39

Open lukpep opened 2 years ago

lukpep commented 2 years ago

Is there a chance for node name autocompletion? It would cut steps required to jump into a node in half - making the whole experience even nicer in my opinion :)

k node-shell <TAB> and ready to go ;-)

nogweii commented 2 months ago

There needs to be another script in $PATH called kubectl_complete-node_shell and that will be executed to get the completion results.