c12s-kubespray/roles/kubernetes/master
Rick Haan 5cba8b1614
Wait for kube-apiserver availability before starting upgrade (#6243)
* Wait for kube-apiserver availability before starting upgrade

I am experiencing a timing issue when upgrading from kubespray
2.11.0(k8s 1.15.3) to kubespray 2.12.6(k8s 1.16.9). The certificates get
replaced in `kubeadm-secondary-legacy.yml` and kube-apiserver notices a mismatch
(for a fraction of a second) between `apiserver.crt` and `apiserver.key`
which causes it to restart. And sometimes ( ~ 1 out of 5 upgrades) the
kube-apiserver isn't back on time for the start of the upgrade task. It
fails when kubeadm checks with the kube-apiserver to start the upgrade. The
kube-apiserver returns a `connect: connection refused`. I have created this
small task to check the availability of the kube-apiserver before starting the
upgrade, so that the upgrade will run without an issue.

Signed-off-by: Rick Haan <rickhaan94@gmail.com>

* Fix markdownlint

* Remove old CI

Co-authored-by: Maxime Guyot <maxime@root314.com>
2020-06-08 07:25:53 -07:00
..
defaults/main Scale down coredns created by kubeadm upgrade to 0 replicas (#5308) 2019-11-05 03:34:38 -08:00
handlers Add support for restart handlers for control plane on crio/containerd (#5250) 2019-10-16 18:58:39 -07:00
meta Fix basic auth tokens for kubeadm deployment. (#3801) 2018-12-03 10:44:29 -08:00
tasks Wait for kube-apiserver availability before starting upgrade (#6243) 2020-06-08 07:25:53 -07:00
templates update oidc to contain quotes (#5406) 2019-12-05 00:24:32 -08:00