From a7479df469bc439020fecfe98beb37f59f41d0e6 Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Fri, 25 Sep 2020 14:42:16 +0530 Subject: [PATCH 1/2] kubelet e2e: Enable the disruptive test The test was disabled because the runc issue rendered the nodes unusable,now that it is fixed in flatcar stable it makes sense to enable it. Signed-off-by: Suraj Deshmukh --- test/components/kubernetes/kubelet_disruptive_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/components/kubernetes/kubelet_disruptive_test.go b/test/components/kubernetes/kubelet_disruptive_test.go index be88702f3..a983e1464 100644 --- a/test/components/kubernetes/kubelet_disruptive_test.go +++ b/test/components/kubernetes/kubelet_disruptive_test.go @@ -30,10 +30,6 @@ import ( ) func TestSelfHostedKubeletLabels(t *testing.T) { - t.Skip("This test will always fail, as Flatcar currently ships version of runc, which has a race " + - "condition bug, which makes self-hosted kubelet to hang when the pod is removed. " + - "It should be re-enabled once the fix reaches Flatcar stable channel.") - client := testutil.CreateKubeClient(t) // List all the nodes and then delete a node that is not controller. From 11234404fa38bbd89ca8cfca90eba6f3a73d94b8 Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Mon, 28 Sep 2020 16:00:19 +0530 Subject: [PATCH 2/2] aws ci: Add labels to first worker pool This commit adds the labels that the worker pool is missing. Signed-off-by: Suraj Deshmukh --- ci/aws/aws-cluster.lokocfg.envsubst | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/aws/aws-cluster.lokocfg.envsubst b/ci/aws/aws-cluster.lokocfg.envsubst index a89fc182d..369a67c44 100644 --- a/ci/aws/aws-cluster.lokocfg.envsubst +++ b/ci/aws/aws-cluster.lokocfg.envsubst @@ -39,6 +39,7 @@ EOF disk_size = 30 instance_type = "i3.large" spot_price = "0.08" + labels = "testing.io=yes,roleofnode=testing" tags = { "deployment" = "ci" }