From 3101cff912b1eccbd78a1f10391f4ca9e18f8bef Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 10 Jan 2020 10:42:53 +0100 Subject: [PATCH] Update git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Update docs/submodules/oom/offline-installer.git from branch 'master' to 593d936bfe90f2a23a56a95e189f042c594c135c - Limit resource footprint of rke role tests Number of kubernetes nodes created by rke role tests was limited to 1 - higher number caused resource exhaustion in CI worker (8gb memory limit). Verifier timeout was increased in routine where pod readiness is checked. Change-Id: I2c30aa999b92c4ceddccf682c4f918e953da2621 Signed-off-by: Bartek Grzybowski Issue-ID: OOM-2257 - Add static and dynamic kubelet config support Kubelet can be configured on startup now - just add new key/values in: kubelet-static-config.yml.j2 Also kubelet static (startup) configuration can be overriden later (dynamically) during its runtime - for more info read this: https://kubernetes.io/docs/tasks/administer-cluster/reconfigure-kubelet/ Issue-ID: OOM-2199 Change-Id: Ia4790a4dfc04f0caed695df7bfd343253bd95bc0 Signed-off-by: Petr Ospalý --- docs/submodules/oom/offline-installer.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/oom/offline-installer.git b/docs/submodules/oom/offline-installer.git index afa9fed52..593d936bf 160000 --- a/docs/submodules/oom/offline-installer.git +++ b/docs/submodules/oom/offline-installer.git @@ -1 +1 @@ -Subproject commit afa9fed5280ce7aab326623a3d9c865f3b02f251 +Subproject commit 593d936bfe90f2a23a56a95e189f042c594c135c -- 2.16.6