Skip to content

Commit 1226bed

Browse files
authored
Merge pull request #5021 from sanposhiho/graduate-matchlabelkey
KEP-3633: graduate MatchLabelKeys in PodAffinity to GA
2 parents 1d669a6 + 58ae126 commit 1226bed

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

keps/prod-readiness/sig-scheduling/3633.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@wojtek-t"
44
beta:
55
approver: "@wojtek-t"
6+
stable:
7+
approver: "@wojtek-t"

keps/sig-scheduling/3633-matchlabelkeys-to-podaffinity/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,8 @@ Major milestones might include:
10941094
- 2022-11-09: Initial KEP PR is submitted.
10951095
- 2023-05-14 / 2023-06-08: PRs to change it from MatchLabelKeys to MatchLabelSelector are submitted. (to satisfy the user story 2)
10961096
- 2024-01-28: The PR to update KEP for beta is submitted.
1097+
- 2024-03-14: The PR to change the feature gate for beta is merged.
1098+
- 2025-01-06: The PR to update KEP for GA is submitted.
10971099

10981100
## Drawbacks
10991101

keps/sig-scheduling/3633-matchlabelkeys-to-podaffinity/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kep-number: 3633
33
authors:
44
- "@sanposhiho"
55
owning-sig: sig-scheduling
6-
status: implementable
6+
status: implemented
77
creation-date: 2022-11-09
88
reviewers:
99
- "@Huang-Wei"
@@ -13,9 +13,9 @@ approvers:
1313
see-also:
1414
- "/keps/sig-scheduling/3243-respect-pod-topology-spread-after-rolling-upgrades"
1515

16-
stage: beta
16+
stage: stable
1717

18-
latest-milestone: "v1.31"
18+
latest-milestone: "v1.33"
1919

2020
milestone:
2121
alpha: "v1.29"
@@ -26,4 +26,4 @@ feature-gates:
2626
- name: MatchLabelKeysInPodAffinity
2727
components:
2828
- kube-apiserver
29-
disable-supported: true
29+
disable-supported: false

0 commit comments

Comments
 (0)