cloudnativelabs / kube-shell

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

how can I switch multiple clusters? #65

Closed arrowfeng closed 5 years ago

arrowfeng commented 5 years ago

I have two clusters,how can I press F4 to switch other cluster?

mabushey commented 5 years ago

I'm running kube-shell in docker: solsson/kube-shell. F9 Toggles In-line help between ON and OFF, F10 exits, however F4 and F5 do not appear mapped correctly as they do nothing. I typically use kubectx to change the cluster, and kubens to change the active namespace. In newer kubectl I think for example kubectx could be named kubectl-ctx to become a plugin accessible via kubectl ctx ...

arrowfeng commented 5 years ago

thank you.