Skip to content

Commit 75a8ee2

Browse files
committed
Update feature gate / stability notes in documentation
1 parent 2f43b41 commit 75a8ee2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,9 +1686,7 @@ may also be used with field selectors when included in the `spec.versions[*].sel
16861686
{{< feature-state feature_gate_name="CustomResourceFieldSelectors" >}}
16871687

16881688
For Kubernetes {{< skew currentVersion >}} the ability to define field selectors for
1689-
custom resources is available by default (enabled by default since Kubernetes v1.31);
1690-
you can disable it for your cluster by turning off the `CustomResourceFieldSelectors`
1691-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
1689+
custom resources is a stable feature since Kubernetes v1.32.
16921690
The `spec.versions[*].selectableFields` field of a {{< glossary_tooltip term_id="CustomResourceDefinition" text="CustomResourceDefinition" >}} may be used to
16931691
declare which other fields in a custom resource may be used in field selectors
16941692
with the feature of `CustomResourceFieldSelectors`

0 commit comments

Comments
 (0)