kube-shell
kube-shell copied to clipboard
Kubernetes shell: An integrated shell for working with the Kubernetes
Hello, First of all thanks for you work! I have been using kube-shell few days and everything it's OK, but namespace switcher doesn't work. There is no errors or something...
``` [root@localhost ~]# kube-shell kube-shell> kubectl get services /bin/sh: kubectl: command not found kube-shell> exit ``` Any thoughts why this happens?
Tried installing with pip and received error "rsa requires Python '>=3.5,
senthil ~ kubeshell zsh: command not found: kubeshell I've successfully installed the package via python.
Autosuggestion isn't working on List of available pods  Should there be any configuration set for this?
On load of kube-shell, Seeing below WARING message. Is there any way to supress this? ``` /Applications/anaconda3/lib/python3.7/site-packages/kubernetes/config/kube_config.py:280: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe....
Issue: When attempting to use the kubectl logs command, the available pods are not displayed. Steps to reproduce: With the kube-shell open, type *kubectl logs* and hit the tab key...
how can we customize the color?
1. fixed the prompt yaml warning 2. Modified the highlighting color of the alternative terms.
Is there a easy way to customize the _kube-shell prompt_ from `kube-shell>` to something else? If this can be a start up parameter, it would be great.