Pod.exec stdin never closes #212
Labels
bug
Something isn't working
good second issue
Clearly described and reproducible, but solution less clear than "good first issue"
help wanted
Extra attention is needed
Which project are you reporting a bug for?
kr8s
What happened?
When writing to stdin with
Pod.exec(..., stdin=...)
the stream is never closed. This means if the process being executed is waiting for the stdin file to be closed it will hang forever.This seems to be a limitation of the websocket API in Kubernetes and is being tracked in kubernetes/kubernetes#89899. There is a KEP which should handle fixing this in a future release of Kubernetes kubernetes/enhancements#4016.
The text was updated successfully, but these errors were encountered: