diff --git a/content/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node.md b/content/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node.md index 423b8e2d62f9e..443ca9f84d951 100644 --- a/content/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node.md +++ b/content/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node.md @@ -681,12 +681,12 @@ null `namespaceSelector` matches the namespace of the Pod where the rule is defi {{< note >}} -`matchLabelKeys` 字段是一个 Beta 级别的字段,在 Kubernetes {{< skew currentVersion >}} 中默认被禁用。 +`matchLabelKeys` 字段是一个 Beta 级别的字段,在 Kubernetes {{< skew currentVersion >}} 中默认被启用。 当你想要禁用此字段时,你必须通过 `MatchLabelKeysInPodAffinity` [特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)禁用它。 {{< /note >}}