SeldonIO / seldon-operator

Seldon Core Operator for Kubernetes
Apache License 2.0
12 stars 10 forks source link

TLS Errors in logs #21

Open ukclivecox opened 5 years ago

ukclivecox commented 5 years ago
2019/07/01 12:53:54 http: TLS handshake error from 10.5.139.146:57506: tls: first record does not look like a TLS handshake
2019/07/01 12:53:56 http: TLS handshake error from 10.5.167.79:46926: tls: first record does not look like a TLS handshake
ruszki commented 5 years ago

In my cluster, it tries to reach an ip to prometheus. It seems, that it tries random ascending ports.

2019/09/23 09:03:27 http: TLS handshake error from 10.233.71.2:49884: tls: first record does not look like a TLS handshake 2019/09/23 09:03:28 http: TLS handshake error from 10.233.71.2:49898: tls: first record does not look like a TLS handshake 2019/09/23 09:03:29 http: TLS handshake error from 10.233.71.2:49918: tls: first record does not look like a TLS handshake 2019/09/23 09:03:30 http: TLS handshake error from 10.233.71.2:49938: tls: first record does not look like a TLS handshake 2019/09/23 09:03:31 http: TLS handshake error from 10.233.71.2:49958: tls: first record does not look like a TLS handshake 2019/09/23 09:03:32 http: TLS handshake error from 10.233.71.2:49976: tls: first record does not look like a TLS handshake 2019/09/23 09:03:33 http: TLS handshake error from 10.233.71.2:49998: tls: first record does not look like a TLS handshake 2019/09/23 09:03:34 http: TLS handshake error from 10.233.71.2:50016: tls: first record does not look like a TLS handshake 2019/09/23 09:03:35 http: TLS handshake error from 10.233.71.2:50034: tls: first record does not look like a TLS handshake 2019/09/23 09:03:36 http: TLS handshake error from 10.233.71.2:50054: tls: first record does not look like a TLS handshake 2019/09/23 09:03:37 http: TLS handshake error from 10.233.71.2:50082: tls: first record does not look like a TLS handshake 2019/09/23 09:03:38 http: TLS handshake error from 10.233.71.2:50096: tls: first record does not look like a TLS handshake

ukclivecox commented 5 years ago

Thanks. I don't think this should affect running of the operator. We are presently upgrading to use a kubebulder v2 version of the Operator and hopefully this will be addressed by that.