Skip to content

Commit

Permalink
Merge pull request #742 from hhovsepy/issue6918_4
Browse files Browse the repository at this point in the history
Added new error code KIA1601
  • Loading branch information
hhovsepy authored Jan 9, 2024
2 parents 6345962 + 665b076 commit 0014eff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/en/docs/Features/validations.md
Original file line number Diff line number Diff line change
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 0014eff

Please sign in to comment.