Skip to content

Commit b086776

Browse files
committed
update EventedPLEG status after the revert change
1 parent 1dd0bad commit b086776

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
kep-number: 3386
22
alpha:
33
approver: "@deads2k"
4-
beta:
5-
approver: "@deads2k"

keps/sig-node/3386-kubelet-evented-pleg/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
- [Graduation Criteria](#graduation-criteria)
2626
- [Alpha](#alpha)
2727
- [Beta](#beta)
28-
- [Beta (enabled by default)](#beta-enabled-by-default)
2928
- [Stress Test](#stress-test)
3029
- [Recovery Test](#recovery-test)
3130
- [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
358357
- Add E2E Node Conformance presubmit job in CI
359358
- Add E2E Node Conformance periodic job in CI
360359

361-
#### Beta (enabled by default)
362360
##### Stress Test
363361
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:
364362

@@ -668,9 +666,17 @@ Disabling this feature in the kubelet will revert to the existing relisting PLEG
668666

669667
## Implementation History
670668

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>
674680

675681
## Drawbacks
676682

keps/sig-node/3386-kubelet-evented-pleg/kep.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ approvers:
1313
- "@derekwaynecarr"
1414

1515
# The target maturity stage in the current dev cycle for this KEP.
16-
stage: beta
16+
stage: alpha
1717

1818
# The most recent milestone for which work toward delivery of this KEP has been
1919
# done. This can be the current (upcoming) milestone, if it is being actively
2020
# worked on.
21-
latest-milestone: "v1.27"
21+
latest-milestone: "v1.30"
2222

2323
# The milestone at which this feature was, or is targeted to be, at each stage.
2424
milestone:
2525
alpha: "v1.26"
26-
beta: "v1.27"
2726

2827
# The following PRR answers are required at alpha release
2928
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)