You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-cluster-lifecycle/kubeadm/3614-etcd-learner-mode/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -371,7 +371,7 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
371
371
- <test>: <link to test coverage>
372
372
-->
373
373
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.
375
375
376
376
- During Alpha (disabled by default): add a new e2e test that enables the feature gate EtcdLearnerMode
377
377
- 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:
519
519
- 2022-05-10: KEP draft created
520
520
- 2022-12-17(v1.27): add the experimental (alpha) feature gate EtcdLearnerMode and initial implementation <https://github.com/kubernetes/kubernetes/pull/113318>
521
521
- 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>
0 commit comments