[COMMON][ETCD] Skip startup self-discovery for etcd nodes 12/117012/1
authorKonrad Bańka <k.banka@samsung.com>
Mon, 25 Jan 2021 06:44:49 +0000 (07:44 +0100)
committerKonrad Ba?ka <k.banka@samsung.com>
Tue, 26 Jan 2021 12:20:12 +0000 (12:20 +0000)
commita0f1ebdcb84815655ea612ef71232c97f2023c2f
tree08088b8ed308913cb40d30fac79c9d6dc18769ff
parent865d7dd2add7b6ee00991205eae74d4a02d251dd
[COMMON][ETCD] Skip startup self-discovery for etcd nodes

Current startup script of etcd checks whether all assumed other nodes
are already running, before proceeding. This check, however, also
includes checking localhost, but due to using headless service
statefulset pod DNS discovery, it doesnt succeed immediately.
In some deployments k8s DNS server may be laggy, thus failing startup
script to finish before liveness check. This patch fixes such failures
of 1 pod etcd clusters, and improves startup time for any size ones.

Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Issue-ID: OOM-2668
Change-Id: I2f9263a0f4964b0a495631775d0cbbceef25e85b
kubernetes/common/etcd/templates/statefulset.yaml