From 1c3340192ab9296f64c5c5c487ce9b75ca39f381 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Thu, 6 Feb 2025 16:42:17 +0200 Subject: [PATCH] kinder: switch WaitForAllControlPlaneComponents workflow to false --- .../wait-for-all-control-plane-components-tasks.yaml | 4 ++-- .../workflows/wait-for-all-control-plane-components.yaml | 2 +- .../wait-for-all-control-plane-components-latest.yaml | 2 +- .../wait-for-all-control-plane-components-tasks.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kinder/ci/tools/update-workflows/templates/workflows/wait-for-all-control-plane-components-tasks.yaml b/kinder/ci/tools/update-workflows/templates/workflows/wait-for-all-control-plane-components-tasks.yaml index 517fab33..501f4518 100644 --- a/kinder/ci/tools/update-workflows/templates/workflows/wait-for-all-control-plane-components-tasks.yaml +++ b/kinder/ci/tools/update-workflows/templates/workflows/wait-for-all-control-plane-components-tasks.yaml @@ -1,7 +1,7 @@ # IMPORTANT! this workflow is imported by wait-for-all-control-plane-components* workflows. version: 1 summary: | - This workflow implements a sequence of tasks used to test kubeadm init and join with the WaitForAllControlPlaneComponents feature gate enabled. + This workflow implements a sequence of tasks used to test kubeadm init and join with the WaitForAllControlPlaneComponents feature gate disabled. vars: # vars defines default values for variable used by tasks in this workflow; # those values might be overridden when importing this files. @@ -59,7 +59,7 @@ tasks: - --copy-certs=auto - --loglevel=debug - --kubeadm-verbosity={{ .vars.kubeadmVerbosity }} - - --kubeadm-feature-gate="WaitForAllControlPlaneComponents=true" + - --kubeadm-feature-gate="WaitForAllControlPlaneComponents=false" timeout: 5m - name: join description: | diff --git a/kinder/ci/tools/update-workflows/templates/workflows/wait-for-all-control-plane-components.yaml b/kinder/ci/tools/update-workflows/templates/workflows/wait-for-all-control-plane-components.yaml index 694b5601..405cd915 100644 --- a/kinder/ci/tools/update-workflows/templates/workflows/wait-for-all-control-plane-components.yaml +++ b/kinder/ci/tools/update-workflows/templates/workflows/wait-for-all-control-plane-components.yaml @@ -1,7 +1,7 @@ version: 1 summary: | This workflow tests if kubeadm {{ .InitVersion }} can "init" and "join" nodes with the feature gate - WaitForAllControlPlaneComponents feature enabled. The Kubernetes version is at {{ .KubernetesVersion }}. + WaitForAllControlPlaneComponents feature disabled. The Kubernetes version is at {{ .KubernetesVersion }}. test grid > https://testgrid.k8s.io/sig-cluster-lifecycle-kubeadm#kubeadm-kinder-wait-for-all-control-plane-components-{{ dashVer .KubernetesVersion }} config > https://git.k8s.io/test-infra/config/jobs/kubernetes/sig-cluster-lifecycle/{{ .TargetFile }} vars: diff --git a/kinder/ci/workflows/wait-for-all-control-plane-components-latest.yaml b/kinder/ci/workflows/wait-for-all-control-plane-components-latest.yaml index 2ccde86f..b249fb26 100644 --- a/kinder/ci/workflows/wait-for-all-control-plane-components-latest.yaml +++ b/kinder/ci/workflows/wait-for-all-control-plane-components-latest.yaml @@ -2,7 +2,7 @@ version: 1 summary: | This workflow tests if kubeadm latest can "init" and "join" nodes with the feature gate - WaitForAllControlPlaneComponents feature enabled. The Kubernetes version is at latest. + WaitForAllControlPlaneComponents feature disabled. The Kubernetes version is at latest. test grid > https://testgrid.k8s.io/sig-cluster-lifecycle-kubeadm#kubeadm-kinder-wait-for-all-control-plane-components-latest config > https://git.k8s.io/test-infra/config/jobs/kubernetes/sig-cluster-lifecycle/kubeadm-kinder-wait-for-all-control-plane-components.yaml vars: diff --git a/kinder/ci/workflows/wait-for-all-control-plane-components-tasks.yaml b/kinder/ci/workflows/wait-for-all-control-plane-components-tasks.yaml index 1e77805a..bf55b7dd 100644 --- a/kinder/ci/workflows/wait-for-all-control-plane-components-tasks.yaml +++ b/kinder/ci/workflows/wait-for-all-control-plane-components-tasks.yaml @@ -2,7 +2,7 @@ # IMPORTANT! this workflow is imported by wait-for-all-control-plane-components* workflows. version: 1 summary: | - This workflow implements a sequence of tasks used to test kubeadm init and join with the WaitForAllControlPlaneComponents feature gate enabled. + This workflow implements a sequence of tasks used to test kubeadm init and join with the WaitForAllControlPlaneComponents feature gate disabled. vars: # vars defines default values for variable used by tasks in this workflow; # those values might be overridden when importing this files. @@ -60,7 +60,7 @@ tasks: - --copy-certs=auto - --loglevel=debug - --kubeadm-verbosity={{ .vars.kubeadmVerbosity }} - - --kubeadm-feature-gate="WaitForAllControlPlaneComponents=true" + - --kubeadm-feature-gate="WaitForAllControlPlaneComponents=false" timeout: 5m - name: join description: |