Skip to content

Commit 13f471f

Browse files
authored
Merge pull request #33453 from zyy19981018/zyy16
[zh]Update content/zh/docs/concepts/scheduling-eviction/assign-pod-no…
2 parents fe347d3 + 7121f31 commit 13f471f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

content/zh/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ affinity/anti-affinity definition appears.
605605
-->
606606
#### 名字空间选择算符 {#namespace-selector}
607607

608-
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
608+
{{< feature-state for_k8s_version="v1.24" state="stable" >}}
609609

610610
<!--
611611
You can also select matching namespaces using `namespaceSelector`, which is a label query over the set of namespaces.
@@ -620,16 +620,6 @@ null `namespaceSelector` matches the namespace of the Pod where the rule is defi
620620
注意,空的 `namespaceSelector`(`{}`)会匹配所有名字空间,而 null 或者空的
621621
`namespaces` 列表以及 null 值 `namespaceSelector` 意味着“当前 Pod 的名字空间”。
622622

623-
{{< note >}}
624-
<!--
625-
This feature is beta and enabled by default. You can disable it via the
626-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
627-
`PodAffinityNamespaceSelector` in both kube-apiserver and kube-scheduler.
628-
-->
629-
此功能特性是 Beta 版本的,默认是被启用的。你可以通过针对 kube-apiserver 和
630-
kube-scheduler 设置[特性门控](/zh/docs/reference/command-line-tools-reference/feature-gates/)
631-
`PodAffinityNamespaceSelector` 来禁用此特性。
632-
{{< /note >}}
633623

634624
<!--
635625
#### More practical use-cases

0 commit comments

Comments
 (0)