I'm getting lots of TLS handshake errors in my pods:
2023/04/19 05:06:38 http: TLS handshake error from 10.21.152.134:36134: EOF
as a result of a known issue introduced in go 1.17:
https://github.com/kubernetes/kubernetes/issues/109022
https://github.com/golang/go/issues/50984
https://github.com/golang/go/issues/32406
Is there a way at least to suppress the logs? Thanks!