The problem is very well described in issue #397
After spending the day with many versions of code that tried to send data and just do a cat to a file, I finally concluded that the C# Kubernetes client still does not properly support sending data on stdin using websockets (specifically closing stdin). If I understand this correctly it is mainly about this issue in Kubernetes that @admilazz created: kubernetes/kubernetes#89899
That issue is closed now since "the v5 protocol that now supports closing the stdin via websocket". But how do I tell the C# client to use that protocol? Or is not supported yet? When can we hope for it to be supported?
The problem is very well described in issue #397
After spending the day with many versions of code that tried to send data and just do a cat to a file, I finally concluded that the C# Kubernetes client still does not properly support sending data on stdin using websockets (specifically closing stdin). If I understand this correctly it is mainly about this issue in Kubernetes that @admilazz created: kubernetes/kubernetes#89899
That issue is closed now since "the v5 protocol that now supports closing the stdin via websocket". But how do I tell the C# client to use that protocol? Or is not supported yet? When can we hope for it to be supported?