kube-shell
kube-shell copied to clipboard
Exit command C / ctrl C exits shell
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.
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.
I am affected by the same thing, which means, we can not use the --watch
in the kube-shell.