Open tomplus opened 6 years ago
I know that i will close the issues... https://github.com/tomplus/kubernetes_asyncio/issues/12
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.
@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.
I have a working implementation of stream() - portforward() is a bit more complicated and I'm still working on that.
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.