Merge pull request #47900 from lvthanh03/main
Update typo in documentation
This commit is contained in:
commit
2bdd12a88e
|
|
@ -727,7 +727,7 @@ enable the `CRDValidationRatcheting`
|
||||||
use this behavior, which then applies to all CustomResourceDefinitions in your
|
use this behavior, which then applies to all CustomResourceDefinitions in your
|
||||||
cluster.
|
cluster.
|
||||||
|
|
||||||
Provided you enabled the feature gate, Kubernetes implements _validation racheting_
|
Provided you enabled the feature gate, Kubernetes implements _validation ratcheting_
|
||||||
for CustomResourceDefinitions. The API server is willing to accept updates to resources that
|
for CustomResourceDefinitions. The API server is willing to accept updates to resources that
|
||||||
are not valid after the update, provided that each part of the resource that failed to validate
|
are not valid after the update, provided that each part of the resource that failed to validate
|
||||||
was not changed by the update operation. In other words, any invalid part of the resource
|
was not changed by the update operation. In other words, any invalid part of the resource
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue