Update content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md
parent
0bb0689aa3
commit
655f6a2b8b
|
|
@ -725,7 +725,7 @@ Validation rules are in beta since 1.25 and the
|
|||
gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled by default to validate custom resource
|
||||
based on _validation rules_. You can disable this feature by explicitly setting the
|
||||
`CustomResourceValidationExpressions` feature gate to `false`,
|
||||
for the `[kube-apiserver](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/)` component.
|
||||
for the [kube-apiserver](/docs/reference/command-line-tools-reference/kube-apiserver/) component.
|
||||
This feature is only available if the schema is a
|
||||
[structural schema](#specifying-a-structural-schema).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue