kube-shell icon indicating copy to clipboard operation
kube-shell copied to clipboard

Exit command C / ctrl C exits shell

Open mhobotpplnet opened this issue 7 years ago • 2 comments

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.

mhobotpplnet avatar Feb 13 '18 21:02 mhobotpplnet

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.

gtseres avatar Feb 14 '18 17:02 gtseres

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

lingxiankong avatar Aug 14 '18 02:08 lingxiankong