You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: