From 9bd8ec930667c6be6aef28887104dd8430ddf857 Mon Sep 17 00:00:00 2001 From: Mengjiao Liu Date: Mon, 2 Dec 2024 11:41:50 +0800 Subject: [PATCH] [zh-cn] Correct the translation of the `matchLabelKeys` field --- .../docs/concepts/scheduling-eviction/assign-pod-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 >}}