You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, doing an HTTP probe requiring allocating a new http.Client and http.Transport, and the underlying connections managed by http.Transport might be ESTABLISHED indefinitely if no parties (client or server) directly close them. As a result, if the probes continuously happen, we can see TCP connections opened by one process
(e.g. image-cri-shim) drastically increase.
How to reproduce the bug?
Deploy image-cri-shim
Deploy several containers with invalid image names and wait for a couple of hours
Check the host node of the containers
Use ss or netstat to inspect connection
The text was updated successfully, but these errors were encountered:
Version
Description
Currently, doing an HTTP probe requiring allocating a new http.Client and http.Transport, and the underlying connections managed by http.Transport might be ESTABLISHED indefinitely if no parties (client or server) directly close them. As a result, if the probes continuously happen, we can see TCP connections opened by one process
(e.g. image-cri-shim) drastically increase.
How to reproduce the bug?
ss
ornetstat
to inspect connectionThe text was updated successfully, but these errors were encountered: