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

Exit command C / ctrl C exits shell #53

Open
mhobotpplnet opened this issue Feb 13, 2018 · 2 comments
Open

Exit command C / ctrl C exits shell #53

mhobotpplnet opened this issue Feb 13, 2018 · 2 comments

Comments

@mhobotpplnet
Copy link

Its a minor thing , but say I wrote some command and in the middle of it I want to just cancel it with ctrl/c command/c -- that just exists the shell, so question is: Is there a way to go into the new line or exit the current line and not exit kube shell? If so - please let me know -- I tried finding it.

@gtseres
Copy link

gtseres commented Feb 14, 2018

I second that. Tried running kubectl logs po/nginx-7cbc4b4d9c-sx83d -f, which is a blocking command. When issuing a SIGINT, kubeshell exits, while the expected would be for the blocking command to exit.

@lingxiankong
Copy link

I am affected by the same thing, which means, we can not use the --watch in the kube-shell.

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