kubernetes/cmd/kubelet
Antonio Ojea 15ea255457 don't use a custom dialer for the kubelet
Don't use a custom dialer for the kubelet if is not rotating
certificates, so we can reuse TCP connections because we don't need
a customer dialer.

Kubelet needs to be able to recover from stale http connections.
HTTP2 has a mechanism to detect broken connections by sending periodical pings.
HTTP1 only can have one persistent connection, and it will close all Idle connections
once the Kubelet heartbet fails. However, since there are many edge cases that we can't
control, users can still opt-in to the previous behavior for closing the connections by
setting the environment variable DISABLE_HTTP2.
2021-11-16 15:39:30 +01:00
..
app don't use a custom dialer for the kubelet 2021-11-16 15:39:30 +01:00
kubelet.go initialize logging after flag parsing 2021-09-30 13:46:49 +02:00
OWNERS SIG node owner files clean up 2020-07-07 00:22:05 +00:00