Fix issue with etcd pod startup 14/88714/6
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 28 May 2019 20:19:32 +0000 (13:19 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 4 Jun 2019 19:08:07 +0000 (12:08 -0700)
commitf02245c6cd6a5cf32e75d4671e923afa3e08b651
tree2e6b826bfeb905a0ff8f3a67641adda8a4bb871c
parent34af0b56bfa82db322848ba50ff7539f6d085a69
Fix issue with etcd pod startup

Etcd pod fails to start with file not found error.
The error is being caused because the pod is stuck
in an infinite loop as the readiness probe is not true.
Since, we are anyway checking the pod status, we removed
the readiness probe as it is not needed.
Bumped up version of etcd to 3.2.24
This fixes a known issue:
https://github.com/etcd-io/etcd/pull/4861

Issue-ID: MULTICLOUD-660
Change-Id: I815766b4a8f187d88bb2fcdb71e9d6e24b277d25
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
kubernetes/common/etcd/templates/statefulset.yaml
kubernetes/common/etcd/values.yaml