From 23a6534432e1d449ab901ed7f0b7eff7f2c5e52e Mon Sep 17 00:00:00 2001 From: Borislav Glozman Date: Thu, 6 Jun 2019 10:10:58 +0000 Subject: Update git submodules * Update docs/submodules/oom.git from branch 'master' to 7f68e58cda64be4cf24091840a86b9e8ee6a60b6 - Merge "Fix issue with etcd pod startup" - 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 --- docs/submodules/oom.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index f07214a00..7f68e58cd 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit f07214a0022af59b4305039fb2368642bc14c942 +Subproject commit 7f68e58cda64be4cf24091840a86b9e8ee6a60b6 -- cgit