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

kn kubectl can't give a shell #10

Open
sneumann opened this issue Feb 21, 2018 · 1 comment
Open

kn kubectl can't give a shell #10

sneumann opened this issue Feb 21, 2018 · 1 comment
Assignees

Comments

@sneumann
Copy link
Member

kn kubectl exec -it galaxy-k8s-xxx bash
gives me Unable to use a TTY - input is not a terminal or the right kind of file
I guess the fix might not be trivial, so happy if the response is "wontfix". Yours,Steffen

@andersla
Copy link
Contributor

Currently we are executing kubectl via ansible master -a "kubectl $*" | tail -n +2, so interactive shell is not possible, but execution of kubectl is changed into calling via kn ssh, it might work. Might happen in future

@andersla andersla self-assigned this May 28, 2018
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

2 participants