Skip to content

Commit 0837480

Browse files
committedMar 18, 2025
fix1
1 parent 67aef34 commit 0837480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎content/en/docs/concepts/scheduling-eviction/topology-spread-constraints.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,10 @@ your cluster. Those fields are:
163163
The `matchLabelKeys` field is a beta-level field and enabled by default in 1.27. You can disable it by disabling the
164164
`MatchLabelKeysInPodTopologySpread` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
165165

166+
Before v1.33, kube-scheduler just internally handled `matchLabelKeys` before the calculation of scheduling results.
166167
Since v1.33, merging selectors built from `matchLabelKeys` into `labelSelector` is enabled by default.
167168
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.
169170
{{< /note >}}
170171

171172
- **nodeAffinityPolicy** indicates how we will treat Pod's nodeAffinity/nodeSelector

0 commit comments

Comments
 (0)