Skip to content

Commit

Permalink
Merge pull request #2929 from pacoxu/etcd-learner-beta
Browse files Browse the repository at this point in the history
update learner mode test to test not in etcd learner mode as it is beta
  • Loading branch information
k8s-ci-robot authored Sep 8, 2023
2 parents 309309e + bc515c1 commit c1258e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: 1
summary: |
This workflow implements a sequence of tasks used test the proper functioning
of kubeadm in etcd learner mode during joining control plane.
of kubeadm not in etcd learner mode during joining control plane.
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:
- --name={{ .vars.clusterName }}
- --loglevel=debug
- --kubeadm-verbosity={{ .vars.kubeadmVerbosity }}
- --kubeadm-feature-gate="EtcdLearnerMode=true"
- --kubeadm-feature-gate="EtcdLearnerMode=false"
- --copy-certs=auto
timeout: 5m
- name: join
Expand Down
4 changes: 2 additions & 2 deletions kinder/ci/workflows/learner-mode-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: 1
summary: |
This workflow implements a sequence of tasks used test the proper functioning
of kubeadm in etcd learner mode during joining control plane.
of kubeadm not in etcd learner mode during joining control plane.
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:
- --name={{ .vars.clusterName }}
- --loglevel=debug
- --kubeadm-verbosity={{ .vars.kubeadmVerbosity }}
- --kubeadm-feature-gate="EtcdLearnerMode=true"
- --kubeadm-feature-gate="EtcdLearnerMode=false"
- --copy-certs=auto
timeout: 5m
- name: join
Expand Down

0 comments on commit c1258e7

Please sign in to comment.