cloudnativelabs / kube-shell

Kubernetes shell: An integrated shell for working with the Kubernetes
Apache License 2.0
2.38k stars 175 forks source link

Autocomplete does not work in lubuntu #51

Open omar-nahhas opened 6 years ago

omar-nahhas commented 6 years ago

Hi,

I have tried to make server autocompletion work on Ubuntu without success,

I am using zsh but it also does not work with bash. Kubectl autocompletion works outside kube-shell.

I have tried with minikube and also does not work.

I do not get any error or warning message when I start kube-shell. And I still can switch between namespaces with F5.

Regards.

omar-nahhas commented 6 years ago

If I install 0.0.21 then autocomplete works but F5 key does not work.

gtseres commented 6 years ago

I think this is a duplicate of #48

jeremyxu2010 commented 6 years ago

use https://github.com/jeremyxu2010/kube-shell/tree/stable, just add one commit Fix for F5 shortcut bug after v0.0.21. i think this commit caused many problems, maybe @cloudnativelabs should create a new branch for code refactoring.