Skip to content

Commit

Permalink
Added new error code KIA1601
Browse files Browse the repository at this point in the history
  • Loading branch information
hhovsepy committed Jan 8, 2024
1 parent d7b3029 commit 665b076
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/en/docs/Features/validations.md
Expand Up @@ -1086,6 +1086,22 @@ Change the `gatewayClassName` field to reference to existing configured GatewayC

<i class="fas fa-times-circle text-danger"></i> 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

<i class="fas fa-times-circle text-danger"></i> Error

### GWAPI - Gateway API status

The Gateway object provides a GatewayStatus to provide the status relative to the state represented in the spec.
Expand Down

0 comments on commit 665b076

Please sign in to comment.