cloudnativelabs / kube-shell

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

Exit command C / ctrl C exits shell #53

Open mhobotpplnet opened 6 years ago

mhobotpplnet commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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