Skip to content

Commit 0e2343a

Browse files
committed
changes the answers for PRR questions
1 parent 33cc9ee commit 0e2343a

File tree

1 file changed

+5
-1
lines changed
  • keps/sig-scheduling/3633-matchlabelselectors-to-podaffinity

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,8 @@ and add `MatchLabelSelectors` on their PodAffinity/PodAntiAffinity.
630630
kube-apiserver will ignore `MatchLabelSelectors` in PodAffinity/PodAntiAffinity,
631631
and 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

0 commit comments

Comments
 (0)