We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544eb2c + 6f1ba0c commit 2bdd12aCopy full SHA for 2bdd12a
content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md
@@ -727,7 +727,7 @@ enable the `CRDValidationRatcheting`
727
use this behavior, which then applies to all CustomResourceDefinitions in your
728
cluster.
729
730
-Provided you enabled the feature gate, Kubernetes implements _validation racheting_
+Provided you enabled the feature gate, Kubernetes implements _validation ratcheting_
731
for CustomResourceDefinitions. The API server is willing to accept updates to resources that
732
are not valid after the update, provided that each part of the resource that failed to validate
733
was not changed by the update operation. In other words, any invalid part of the resource
0 commit comments