Update content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/42381/head
parent
7389f7d5b5
commit
f4d4cf1315
|
@ -62,7 +62,7 @@ within the control plane may be at differing versions; when that happens, differ
|
|||
API servers are able to serve different sets of built-in resources (different groups, versions, and resources
|
||||
are all possible). This new alpha mechanism lets you hide that skew from clients.
|
||||
|
||||
## CRD Validation Ratcheting
|
||||
## CRD validation ratcheting
|
||||
|
||||
This Allows CRs to fail validation if the patch did not alter any of the invalid fields. The ability to shift left validation logic from controllers to the front end is a long-term goal for improving the useability of the Kubernetes project.
|
||||
|
||||
|
|
Loading…
Reference in New Issue