-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log websocket stays open after streaming log of stopped container #14374
Comments
That reminds me of kubernetes/kubernetes#31446... I wonder if anything with the change to CRI changed header flushing behavior where the log request is returned |
I just checked, and I seem to be wrong. I don't think this is a problem. But I can reliably reproduce the problem where the web socket doesn't close for complete pods. |
The CLI doesn't terminate either following build logs for complete builds. |
Seeing events like these in my namespace.
|
closing as dupe of #14148 |
The web socket for the log does not close even though the pod is complete. In 1.5, the web socket would close after streaming the entire log.
Additionally, I think I've seen the web socket close immediately when there's no log content, even if the pod is still running. This is also a change from 1.5.
Version
Steps To Reproduce
@smarterclayton @liggitt @jwforres
The text was updated successfully, but these errors were encountered: