Skip to content

Commit d7fd22c

Browse files
authored
Merge pull request #4172 from pacoxu/learner-mod-update
update etcd learner mode status of kubeadm implementation
2 parents 7a5323a + 07ca357 commit d7fd22c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: keps/sig-cluster-lifecycle/kubeadm/3614-etcd-learner-mode/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
371371
- <test>: <link to test coverage>
372372
-->
373373

374-
A new e2e test must be added as part of the [kubeadm dashboard](https://k8s-testgrid.appspot.com/sig-cluster-lifecycle-kubeadm). All tests in this dashboard use the [kinder](https://github.com/kubernetes/kubeadm/tree/main/kinder) tool.
374+
[kubeadm-kinder-learner-mode-latest](https://testgrid.k8s.io/sig-cluster-lifecycle-kubeadm#kubeadm-kinder-learner-mode-latest) was added as part of the [kubeadm dashboard](https://k8s-testgrid.appspot.com/sig-cluster-lifecycle-kubeadm) since v1.27. All tests in this dashboard use the [kinder](https://github.com/kubernetes/kubeadm/tree/main/kinder) tool.
375375

376376
- During Alpha (disabled by default): add a new e2e test that enables the feature gate EtcdLearnerMode
377377
- During Beta (enabled by default): modify the e2e test to test the feature gate EtcdLearnerMode as disabled
@@ -519,6 +519,8 @@ Major milestones might include:
519519
- 2022-05-10: KEP draft created
520520
- 2022-12-17(v1.27): add the experimental (alpha) feature gate EtcdLearnerMode and initial implementation <https://github.com/kubernetes/kubernetes/pull/113318>
521521
- 2023-01-28(v1.27): add e2e test for etcd learner mode <https://github.com/kubernetes/kubeadm/pull/2807>
522+
- 2023-02-06(v1.27): fix a bug during etcd learner join <https://github.com/kubernetes/kubernetes/pull/115038>
523+
- 2023-08-29(v1.29): promote EtcdLearnerMode to beta <https://github.com/kubernetes/kubernetes/pull/120228>
522524

523525
## Drawbacks
524526

Diff for: keps/sig-cluster-lifecycle/kubeadm/3614-etcd-learner-mode/kep.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ participating-sigs:
77
- sig-cluster-lifecycle
88
status: provisional
99
creation-date: 2022-10-12
10-
last-updated: 2022-10-12
10+
last-updated: 2023-09-04
1111
reviewers:
1212
- "@fabriziopandini"
1313
- "@pacoxu"
1414
approvers:
1515
- "@fabriziopandini"
1616
latest-milestone: "0.0"
17-
stage: "alpha"
17+
stage: "beta"

0 commit comments

Comments
 (0)