mhausenblas / kubed-sh

A cloud native Kubernetes cluster shell for the casual user
https://kubed.sh/
Apache License 2.0
97 stars 6 forks source link

Proper stdin and stdout for cluster processes #4

Open mhausenblas opened 6 years ago

mhausenblas commented 6 years ago

Implement std I/O redirect for interactive processes. Use kubectl attach.

mhausenblas commented 6 years ago

This seems related: https://github.com/chzyer/readline/issues/57

mhausenblas commented 6 years ago

Currently fails with:

Unable to use a TTY - input is not a terminal or the right kind of file
If you don't see a command prompt, try pressing enter.

As discussed with @marekjelen today, first try shelling out locally with -i option, see also https://netsec.ws/?p=337 and if that doesn't work, try ssh option.