File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
prod-readiness/sig-scheduling
sig-scheduling/3633-matchlabelkeys-to-podaffinity Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
beta :
5
5
approver : " @wojtek-t"
6
6
stable :
7
- approver : " @wojtek-t"
7
+ approver : " @wojtek-t"
Original file line number Diff line number Diff line change @@ -1094,6 +1094,8 @@ Major milestones might include:
1094
1094
- 2022-11-09 : Initial KEP PR is submitted.
1095
1095
- 2023-05-14 / 2023-06-08 : PRs to change it from MatchLabelKeys to MatchLabelSelector are submitted. (to satisfy the user story 2)
1096
1096
- 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.
1097
1099
1098
1100
# # Drawbacks
1099
1101
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kep-number: 3633
3
3
authors :
4
4
- " @sanposhiho"
5
5
owning-sig : sig-scheduling
6
- status : implementable
6
+ status : implemented
7
7
creation-date : 2022-11-09
8
8
reviewers :
9
9
- " @Huang-Wei"
@@ -26,4 +26,4 @@ feature-gates:
26
26
- name : MatchLabelKeysInPodAffinity
27
27
components :
28
28
- kube-apiserver
29
- disable-supported : true
29
+ disable-supported : false
You can’t perform that action at this time.
0 commit comments