From e81d037e6f1f2e37d5bcd10d2ddcb3c63273c244 Mon Sep 17 00:00:00 2001 From: Tony Le Date: Thu, 12 Sep 2024 12:18:36 -0400 Subject: [PATCH 1/3] Update custom-resource-definitions.md --- .../custom-resources/custom-resource-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md b/content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md index 3d30ac74a38a4..4f1c9f3428102 100644 --- a/content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md +++ b/content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md @@ -727,7 +727,7 @@ enable the `CRDValidationRatcheting` use this behavior, which then applies to all CustomResourceDefinitions in your 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 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 From ac9108c6181d2334c49ffe8b66d02497c8bdf1ea Mon Sep 17 00:00:00 2001 From: Tony Le Date: Thu, 12 Sep 2024 12:20:24 -0400 Subject: [PATCH 2/3] Update custom-resource-definitions.md --- .../custom-resources/custom-resource-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md b/content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md index 435ff0ff6ccbb..156d2e269b05e 100644 --- a/content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md +++ b/content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md @@ -1144,7 +1144,7 @@ cluster. 才能使用这种行为,并将其应用到集群中的所有 CustomResourceDefinition。