cloudnativelabs / kube-shell

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

rename-context missing from completion #79

Open schollii opened 4 years ago

schollii commented 4 years ago
  1. From regular bash shell, type kubectl config rTAB and notice how rename-context is present among suggestions
  2. Installl kube-shell in python 3.6 (pip install kube-shell) on Ubuntu 18.04
  3. run kube-shell
  4. type kubectl config rTAB: notice that rename-context is absent from the suggestions

Tried with both kubectl 1.14 and 1.18.2.