Skip to content

Commit

Permalink
Merge pull request #697 from hhovsepy/issue6429
Browse files Browse the repository at this point in the history
Added new error KIA1504 message for K8s Gateway.
  • Loading branch information
hhovsepy authored Sep 13, 2023
2 parents c271ca9 + 1730bf6 commit 7ad651c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/en/docs/Features/validations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,18 @@ Update the hostname, port or protocol to another valid service so there are no m
{{% readfile file="/static/files/validation_examples/1503.yaml" %}}
```

### KIA1504 - K8s GatewayClass not found

A k8s Gateway is referencing to a GatewayClass which does not exist in cluster.

#### Resolution

Change the `gatewayClassName` field to reference to existing GatewayClass or create the missing GatewayClass in cluster. More info about configuring K8s Gateway API implementations can be found in [Gateway API Implementations](https://gateway-api.sigs.k8s.io/implementations/)

#### 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 7ad651c

Please sign in to comment.