diff --git a/content/zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources.md b/content/zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources.md index 7668f3161a..85d368822c 100644 --- a/content/zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources.md +++ b/content/zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources.md @@ -631,9 +631,8 @@ may also be used with field selectors when included in the `spec.versions[*].sel @@ -642,9 +641,7 @@ selectable fields. 来使用此行为,然后将其应用到集群中的所有 CustomResourceDefinitions。 {{< glossary_tooltip term_id="CustomResourceDefinition" text="CustomResourceDefinition" >}} -字段可以用来在启用了 `CustomResourceFieldSelectors` -[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/) -(自 Kubernetes v1.31 起,此特性默认启用)的集群中控制哪些字段可以用在字段选择算符中。 +字段可以用来控制哪些字段可以用在字段选择算符中。 以下示例将 `.spec.color` 和 `.spec.size` 字段添加为可选择字段。