File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/blog/_posts/2023-10-31-Gateway-API-GA Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ APIs for routing traffic both north-south and east-west:
39
39
Historically, Gateway API has bundled a validating webhook as part of installing
40
40
the API. Starting in v1.0, webhook installation is optional and only recommended
41
41
for Kubernetes 1.24. Gateway API now includes
42
- [ CEL] ( https://kubernetes.io /docs/reference/using-api/cel/) validation rules as
42
+ [ CEL] ( /docs/reference/using-api/cel/ ) validation rules as
43
43
part of the
44
- [ CRDs] ( https://kubernetes.io /docs/concepts/extend-kubernetes/api-extension/custom-resources/) .
44
+ [ CRDs] ( /docs/concepts/extend-kubernetes/api-extension/custom-resources/ ) .
45
45
This new form of validation is supported in Kubernetes 1.25+, and thus the
46
46
validating webhook is no longer required in most installations.
47
47
You can’t perform that action at this time.
0 commit comments