File tree 1 file changed +2
-1
lines changed
content/en/docs/concepts/scheduling-eviction
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,10 @@ your cluster. Those fields are:
163
163
The ` matchLabelKeys` field is a beta-level field and enabled by default in 1.27. You can disable it by disabling the
164
164
` MatchLabelKeysInPodTopologySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
165
165
166
+ Before v1.33, kube-scheduler just internally handled `matchLabelKeys` before the calculation of scheduling results.
166
167
Since v1.33, merging selectors built from `matchLabelKeys` into `labelSelector` is enabled by default.
167
168
You can disable it and revert to the previous behavior by disabling the `MatchLabelKeysInPodTopologySpreadSelectorMerge`
168
- [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
169
+ [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) of kube-apiserver .
169
170
{{< /note >}}
170
171
171
172
- **nodeAffinityPolicy** indicates how we will treat Pod's nodeAffinity/nodeSelector
You can’t perform that action at this time.
0 commit comments