Update content/en/blog/_posts/2023-10-31-Gateway-API-GA/index.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/43593/head
Shane Utt 2023-10-25 11:04:32 -04:00 committed by GitHub
parent c46e22e235
commit efe4f73715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ APIs for routing traffic both north-south and east-west:
Historically, Gateway API has bundled a validating webhook as part of installing
the API. Starting in v1.0, webhook installation is optional and only recommended
for Kubernetes 1.24. Gateway API now includes
[CEL](https://kubernetes.io/docs/reference/using-api/cel/) validation rules as
[CEL](/docs/reference/using-api/cel/) validation rules as
part of the
[CRDs](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
[CRDs](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
This new form of validation is supported in Kubernetes 1.25+, and thus the
validating webhook is no longer required in most installations.