From 665b076488aa2591c50efdfc422e7965be11b78d Mon Sep 17 00:00:00 2001 From: Hayk Hovsepyan Date: Mon, 8 Jan 2024 14:03:15 +0100 Subject: [PATCH] Added new error code KIA1601 --- content/en/docs/Features/validations.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/en/docs/Features/validations.md b/content/en/docs/Features/validations.md index b590d23b..bdc51ec5 100644 --- a/content/en/docs/Features/validations.md +++ b/content/en/docs/Features/validations.md @@ -1086,6 +1086,22 @@ Change the `gatewayClassName` field to reference to existing configured GatewayC Error +## K8s ReferenceGrants + +ReferenceGrant is required for all cross-namespace references in Gateway API. `From` field describes the trusted namespaces and kinds that can reference the resources described in “To”. `To` field describes the resources that may be referenced by the resources described in “From”. + +### KIA1601 - Namespace is not found or is not accessible + +The namespace where ReferenceGrant `From` field is pointing is not accessible or does not exist. + +#### Resolution + +Choose existing and accessible namespace to point to. + +#### Severity + + Error + ### GWAPI - Gateway API status The Gateway object provides a GatewayStatus to provide the status relative to the state represented in the spec.