Closed
Description
What version of Go are you using ?
1.10.x
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using?
N/A
What did you do?
Kubernetes apiserver is based on http.Server with a TLS config. If you put a Loadbalancer in front of it which implements basic TCP probing for the load balancing you end up being flooded by the following message:
I0810 08:34:34.483565 1 logs.go:49] http: TLS handshake error from 168.63.129.16:64551: EOF
Which originates from:
Lines 1762 to 1765 in d3c3aaa
What did you expect to see?
I was hoping we could avoid logging an error for opened and closed tcp sockets.