Skip to content

Commit 7351661

Browse files
fix(typo): "racheting" -> "ratcheting" in "Update 2024-04-17-kubernetes-1.30.md"
1 parent 2ebd76e commit 7351661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2024-04-17-kubernetes-1.30.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You need to enable the `CRDValidationRatcheting` [feature
145145
gate](/docs/reference/command-line-tools-reference/feature-gates/) to use this behavior, which then
146146
applies to all CustomResourceDefinitions in your cluster.
147147

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

0 commit comments

Comments
 (0)