File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
content/zh/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ affinity/anti-affinity definition appears.
605
605
-->
606
606
# ### 名字空间选择算符 {#namespace-selector}
607
607
608
- {{< feature-state for_k8s_version="v1.22 " state="beta " >}}
608
+ {{< feature-state for_k8s_version="v1.24 " state="stable " >}}
609
609
610
610
<!--
611
611
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
620
620
注意,空的 `namespaceSelector`(`{}`)会匹配所有名字空间,而 null 或者空的
621
621
` namespaces` 列表以及 null 值 `namespaceSelector` 意味着“当前 Pod 的名字空间”。
622
622
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 >}}
633
623
634
624
<!--
635
625
# ### More practical use-cases
You can’t perform that action at this time.
0 commit comments