|
25 | 25 | - [Graduation Criteria](#graduation-criteria)
|
26 | 26 | - [Alpha](#alpha)
|
27 | 27 | - [Beta](#beta)
|
28 |
| - - [Beta (enabled by default)](#beta-enabled-by-default) |
29 | 28 | - [Stress Test](#stress-test)
|
30 | 29 | - [Recovery Test](#recovery-test)
|
31 | 30 | - [Retries with Backoff Logic](#retries-with-backoff-logic)
|
@@ -358,7 +357,6 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
|
358 | 357 | - Add E2E Node Conformance presubmit job in CI
|
359 | 358 | - Add E2E Node Conformance periodic job in CI
|
360 | 359 |
|
361 |
| -#### Beta (enabled by default) |
362 | 360 | ##### Stress Test
|
363 | 361 | To test the performance and scalability of Evented PLEG, it is necessary to generate a large number of CRI Events by creating and deleting a significant number of containers within a short period of time. The following steps outline the stress test:
|
364 | 362 |
|
@@ -668,9 +666,17 @@ Disabling this feature in the kubelet will revert to the existing relisting PLEG
|
668 | 666 |
|
669 | 667 | ## Implementation History
|
670 | 668 |
|
671 |
| -- PR for required CRI changes - https://github.com/kubernetes/kubernetes/pull/110165 |
672 |
| -- PR for presubmit Node e2e job - https://github.com/kubernetes/test-infra/pull/28366 |
673 |
| -- PR for periodic Node e2e job - https://github.com/kubernetes/test-infra/pull/28592 |
| 669 | +- Alpha(1.25) |
| 670 | + - <https://github.com/kubernetes/kubernetes/pull/111642> |
| 671 | + - <https://github.com/kubernetes/kubernetes/pull/111384> |
| 672 | +- Beta(default false, 1.27) |
| 673 | + - <https://github.com/kubernetes/kubernetes/pull/115967> |
| 674 | + - PR for presubmit Node e2e job - <https://github.com/kubernetes/test-infra/pull/28366> |
| 675 | + - PR for periodic Node e2e job - <https://github.com/kubernetes/test-infra/pull/28592> |
| 676 | + - v1.29 bugfix: <https://github.com/kubernetes/kubernetes/pull/120942> |
| 677 | +- Revert to Alpha(1.30): backported to v1.27.9, v1.28.6, v1.29.1, as there is a known issue <https://github.com/kubernetes/kubernetes/issues/121349> and <https://github.com/kubernetes/kubernetes/issues/121003> that will make static pod failed to start. |
| 678 | + - revert PR <https://github.com/kubernetes/kubernetes/pull/122697> |
| 679 | + - v1.30 bugfix: <https://github.com/kubernetes/kubernetes/pull/122475> |
674 | 680 |
|
675 | 681 | ## Drawbacks
|
676 | 682 |
|
|
0 commit comments