kubernetes/cmd
Lubomir I. Ivanov 1c430ff30f kubeadm: fix flakes when performing etcd MemberAdd on slower setups
In slower setups it can take more time for the existing cluster
to be in a healthy state, so the existing backoff of ~50 seconds
is apparently not sufficient.

The client dial can also fail for similar reasons.

Improve kubeadm's join toleration of adding new etcd members.
Wrap both the client dial and member add in a longer backoff
(up to ~200 seconds).

This particular change should be backported to the support skew.
In a future change for master, all etcd client operations should be
make consistent so that the etcd logic is in a sane state.
2020-04-30 18:53:29 +03:00
..
clicheck Move pkg/kubectl/cmd/util and subdirs to staging 2019-07-29 13:08:41 -07:00
cloud-controller-manager Use IPv6DualStack as const to avoid extra dep. 2020-04-29 09:06:10 -07:00
controller-manager Remove support for basic authentication 2020-03-11 20:55:47 -04:00
gendocs Create work-around wrappers for pure attribute on go_binary and go_test 2019-02-22 18:08:34 -08:00
genkubedocs Drop cloud-controller-manager artifacts from k/k release 2019-08-06 13:51:27 -04:00
genman Drop cloud-controller-manager artifacts from k/k release 2019-08-06 13:51:27 -04:00
genswaggertypedocs Clean up genswaggertypedocs. 2019-05-01 16:32:05 +00:00
genutils
genyaml Remove genyaml binary 2019-04-12 08:31:29 -04:00
importverifier delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
kube-apiserver Fix client-ca dynamic reload in apiserver 2020-04-29 16:03:09 +02:00
kube-controller-manager Merge pull request #90235 from cici37/addflag 2020-04-22 19:22:14 -07:00
kube-proxy Remove CCM dependency pkg/util/flag 2020-04-22 10:06:11 -07:00
kube-scheduler Use internal config types in scheduling plugin args 2020-04-29 17:07:10 -04:00
kubeadm kubeadm: fix flakes when performing etcd MemberAdd on slower setups 2020-04-30 18:53:29 +03:00
kubectl remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
kubelet Merge pull request #90360 from tnozicka/fix-client-ca-reload 2020-04-30 01:10:18 -07:00
kubemark fix kubemark use fake CRI 2020-01-07 11:39:58 +08:00
linkcheck fix staticcheck faulures in 'cmd' pkg 2019-12-16 18:32:54 +08:00
preferredimports fix staticcheck faulures in 'cmd' pkg 2019-12-16 18:32:54 +08:00
verifydependencies Close the file after reading in verifydependencies#main 2019-10-19 10:46:50 -07:00
BUILD Drop cmd/hyperkube 2019-11-06 09:11:35 -05:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00