Skip to content

Commit

Permalink
Merge pull request #3158 from neolit123/1.33-update-wait-for-all-cp-c…
Browse files Browse the repository at this point in the history
…omponents-test

kinder: switch WaitForAllControlPlaneComponents workflow to false
  • Loading branch information
k8s-ci-robot authored Feb 6, 2025
2 parents 8e1f387 + 1c33401 commit dbebd24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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: |
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit dbebd24

Please sign in to comment.