Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server-side autocomplete doesn't work on kubernetes object names with Ubuntu 18.10 #68

Open
weber-d opened this issue Mar 29, 2019 · 2 comments

Comments

@weber-d
Copy link

weber-d commented Mar 29, 2019

For me the autocomplete works on kubectl commands like kubectl, get, pods, deployment and so on. But it doesn't work for server side object names. As the following screencast shows, the autocomplete stops after pod and I don't get the pod names, altough kubectl get pods shows that there are pods which could be displayed:

https://u-img.net/img/8788Lc.gif
Only --all-namespaces is shown from the history. But when I e.g. enter kubectl get deployments, it shows nothing, altough there are also deployments on kubernetes.

Environment information:

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.10
Release:	18.10
Codename:	cosmic

$ python --version
Python 2.7.15+

I installed kube-shell using pip install --user kube-shell.

@weber-d weber-d changed the title Autocomplete doesn't work on kubernetes object names with Ubuntu 18.10 Server-side autocomplete doesn't work on kubernetes object names with Ubuntu 18.10 Mar 29, 2019
@sigmonsays
Copy link

I have similar issues with "kubectl get pod " -- and "kubectl describe pod", pod names are not completed.

sig@desktop3:~$ python -V
Python 2.7.15rc1
sig@desktop3:~$ lsb_release  -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.1 LTS
Release:        18.04
Codename:       bionic

@hjacobs
Copy link

hjacobs commented Apr 14, 2019

This seems to be a duplicate of #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants