kubernetes : How to deattach from an attached pod kubernetes : How to deattach from an attached pod kubernetes kubernetes

kubernetes : How to deattach from an attached pod


From the kubernetes docs:

To detach from the container, you can type the escape sequence Ctrl+Pfollowed by Ctrl+Q.


Update:

Based on feedback from @Abdelghani:

For the record, this does not work if tty is set to false in thecontainer. I didnt find another way to detach other than killing thepod/container.