File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
keps/sig-scheduling/3633-matchlabelselectors-to-podaffinity Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -630,6 +630,8 @@ and add `MatchLabelSelectors` on their PodAffinity/PodAntiAffinity.
630630kube-apiserver will ignore `MatchLabelSelectors` in PodAffinity/PodAntiAffinity,
631631and thus, kube-scheduler will also do nothing with it.
632632
633+ But, we leave the existing `MatchLabelSelectors` and `LabelSelector` created from `MatchLabelSelectors` as it is.
634+
633635# ## Version Skew Strategy
634636
635637<!--
@@ -724,7 +726,8 @@ In terms of Stable versions, users can choose to opt-out by not setting the
724726
725727# ##### What happens if we reenable the feature if it was previously rolled back?
726728
727- Scheduling of new Pods is affected. (Scheduled Pods aren't affected.)
729+ Scheduling of new Pods created with `MatchLabelSelectors` is affected.
730+ But, all the existing Pods aren't affected.
728731
729732# ##### Are there any tests for feature enablement/disablement?
730733
@@ -1000,6 +1003,7 @@ Major milestones might include:
10001003-->
10011004
10021005 - 2022-11-09 : Initial KEP PR is submitted.
1006+ - 2023-05-14 / 2023-06-08 : PRs to change it from MatchLabelKeys to MatchLabelSelector are submitted. (to satisfy the user story 2)
10031007
10041008# # Drawbacks
10051009
You can’t perform that action at this time.
0 commit comments