Skip to content

Commit 853122b

Browse files
committed
Update to the latest version
Signed-off-by: kerthcet <[email protected]>
1 parent d9e7361 commit 853122b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

keps/sig-scheduling/3094-pod-topology-spread-considering-taints/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
136136
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
137137
- [x] e2e Tests for all Beta API Operations (endpoints)
138138
- [ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
139-
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
139+
- [x] (R) Minimum Two Week Window for GA e2e tests to prove flake free
140140
- [x] (R) Graduation criteria is in place
141141
- [x] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
142142
- [x] (R) Production readiness review completed
@@ -364,11 +364,11 @@ This can inform certain test coverage improvements that we want to do before
364364
extending the production code to implement this enhancement.
365365
-->
366366

367-
- `pkg/api/pod`: `2024-10-10` - `74.3%`
368-
- `pkg/apis/core/validation`: `2024-10-10` - `84.3%`
369-
- `pkg/scheduler`: `2024-10-10` - `79.9%`
370-
- `pkg/scheduler/framework/plugins/defaultpreemption`: `2024-10-10` - `85.4%`
371-
- `pkg/scheduler/framework/plugins/podtopologyspread`: `2024-10-10` - `87.2%`
367+
- `pkg/api/pod`: `2025-02-10` - `79.1%`
368+
- `pkg/apis/core/validation`: `2025-02-10` - `84.4%`
369+
- `pkg/scheduler`: `2025-02-10` - `80.7%`
370+
- `pkg/scheduler/framework/plugins/defaultpreemption`: `2025-02-10` - `80.4%`
371+
- `pkg/scheduler/framework/plugins/podtopologyspread`: `2025-02-10` - `87.5%`
372372

373373
##### Integration tests
374374

@@ -566,7 +566,8 @@ feature, can it break the existing applications?).
566566
567567
NOTE: Also set `disable-supported` to `true` or `false` in `kep.yaml`.
568568
-->
569-
No, but once you leave the related fields unset, this feature will not work.
569+
The feature can be disabled in Alpha and Beta stage, but once GA, there's no way to disable it.
570+
But you can leave it opt-out by unset the two fields, and it will fall back to the default behavior.
570571

571572
###### What happens if we reenable the feature if it was previously rolled back?
572573
The policies are respected again.
@@ -953,7 +954,7 @@ Major milestones might include:
953954
- 2021.01.12: KEP proposed for review, including motivation, proposal, risks,
954955
test plan and graduation criteria.
955956
- 2022.09.22: Graduate to Beta in v1.26.
956-
- 2024.10.10: Graduate to GA in v1.32.
957+
- 2024.10.10: Graduate to GA in v1.33.
957958

958959
## Drawbacks
959960

keps/sig-scheduling/3094-pod-topology-spread-considering-taints/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ stage: stable
2222
# The most recent milestone for which work toward delivery of this KEP has been
2323
# done. This can be the current (upcoming) milestone, if it is being actively
2424
# worked on.
25-
latest-milestone: "v1.32"
25+
latest-milestone: "v1.33"
2626

2727
# The milestone at which this feature was, or is targeted to be, at each stage.
2828
milestone:
2929
alpha: "v1.25"
3030
beta: "v1.26"
31-
stable: "1.32"
31+
stable: "1.33"
3232

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

0 commit comments

Comments
 (0)