I got errors in my kube-proxy:
E0107 21:48:57.738867 1 proxysocket.go:160] I/O error: read tcp 10.2.11.253:37568: connection reset by peer
How can I trace quickly which pod has IP 10.2.11.253
? And how can I know which request that was, from which pod to which pod?
Or can we change the kube-proxy log level to verbose or debug?
I got another errors, same connection reset
error, but the IP is a node's IP
E0107 21:52:53.483363 1 proxysocket.go:160] I/O error: read tcp 192.168.166.180:11732: connection reset by peer
192.168.166.x
is my kubernetes node subnet, but how can kube-proxy forwards request to a node IP?
I'm using kubelet 1.0.1 and CoreOS v773.1.0 (docker 1.7.1, kernel 4.1.5) as my cluster nodes.
Thanks for any help!