Skip to content

Commit e81d037

Browse files
authored
Update custom-resource-definitions.md
1 parent e9e80dd commit e81d037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ enable the `CRDValidationRatcheting`
727727
use this behavior, which then applies to all CustomResourceDefinitions in your
728728
cluster.
729729

730-
Provided you enabled the feature gate, Kubernetes implements _validation racheting_
730+
Provided you enabled the feature gate, Kubernetes implements _validation ratcheting_
731731
for CustomResourceDefinitions. The API server is willing to accept updates to resources that
732732
are not valid after the update, provided that each part of the resource that failed to validate
733733
was not changed by the update operation. In other words, any invalid part of the resource

0 commit comments

Comments
 (0)