Skip to content

Commit 58ae126

Browse files
committed
fix: address reviews
1 parent 71dad09 commit 58ae126

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ alpha:
44
beta:
55
approver: "@wojtek-t"
66
stable:
7-
approver: "@wojtek-t"
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: 2 additions & 2 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"
@@ -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)