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
Profiling I have seen that there is increasing used memory by http2ClientConn.readLoop method, but I'm not very confident about my go profiling skills.
This could explain why we see different behaviours in clusters with and without SSL, as go http client doesn't use HTTP2 without SSL.
There was a leak on this method for HTTP1 clients (golang/go@58c1c01)
We have seen in graphs that memory usage of kube2lb continuously grows, there is a memory leak somewhere.
The text was updated successfully, but these errors were encountered: