kubernetes_asyncio icon indicating copy to clipboard operation
kubernetes_asyncio copied to clipboard

stream doesn't support multichannel communication

Open tomplus opened this issue 6 years ago • 4 comments

Current implementation of web-socket doesn't support multichannel communication.

Now it's impossible to "talk" to a pod like sending a command, reading output, send another command ... in the same connection.

tomplus avatar May 26 '18 00:05 tomplus

I know that i will close the issues... https://github.com/tomplus/kubernetes_asyncio/issues/12

futianshi1314 avatar May 17 '19 03:05 futianshi1314

Oof. This is biting me as I try to get the test suite working for a kubernetes_asyncio-based JupyterHUb Kubespawner. I'll see if I can figure any of that out.

athornton avatar Jan 04 '22 17:01 athornton

@tomplus - I'm finishing up the DynamicClient work for #209 hopefully this week, and then I'll probably take a shot at this, or at least dig into it and see how much work it is.

bobh66 avatar May 11 '23 01:05 bobh66

I have a working implementation of stream() - portforward() is a bit more complicated and I'm still working on that.

bobh66 avatar May 16 '23 15:05 bobh66