kubernetes/cmd
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
..
clicheck hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
cloud-controller-manager Wire contexts to Core controllers 2021-11-01 10:29:00 -04:00
dependencycheck OWNERS: Dan Mangum is now Emeritus 2021-08-25 16:20:15 -04:00
dependencyverifier use reference as we cannot distinguishing direct/indirect with go mod graph 2021-09-20 22:14:34 +08:00
gendocs gendocs: using bytes.NewReader(nil)/ioutil.Discard instead of os input/output to generate command 2021-06-08 11:55:32 +08:00
genkubedocs gendocs: using bytes.NewReader(nil)/ioutil.Discard instead of os input/output to generate command 2021-06-08 11:55:32 +08:00
genman gendocs: using bytes.NewReader(nil)/ioutil.Discard instead of os input/output to generate command 2021-06-08 11:55:32 +08:00
genswaggertypedocs hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
genutils hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
genyaml hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
importverifier Make importverifier package-compatible 2021-09-21 12:46:29 -04:00
kube-apiserver rename to muxAndDiscoveryComplete 2021-10-19 13:26:59 +02:00
kube-controller-manager Merge pull request #104903 from ikeeip/storageobjectinuseprotection_feature_ga_cleanup 2021-11-02 20:22:57 -07:00
kube-proxy Migrated server.go, ipvs/proxier.go(partial) to structured logging (#105769) 2021-10-20 02:54:11 -07:00
kube-scheduler sched: ensure feature gate is honored when instantiating scheduler (#105915) 2021-11-02 14:28:06 -07:00
kubeadm De-share the Handler struct in core API (#105979) 2021-10-29 13:15:11 -07:00
kubectl command lines: always show flags with hyphens 2021-09-30 13:46:49 +02:00
kubectl-convert command lines: always show flags with hyphens 2021-09-30 13:46:49 +02:00
kubelet don't use a custom dialer for the kubelet 2021-11-16 15:39:30 +01:00
kubemark fix kubemark flushlogs not working together with os.Exit() 2021-10-08 18:54:31 +08:00
linkcheck hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
preferredimports Fixup golang.org/x/term staticcheck warnings 2021-03-02 01:08:21 -05:00
OWNERS Sign up dims for additional review roles 2020-08-08 19:08:38 -04:00