Skip to content

Commit

Permalink
Changed KIA1504 error message (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhovsepy committed Sep 18, 2023
1 parent 05dd798 commit 8ff877e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/Features/validations.md
Original file line number Diff line number Diff line change
Expand Up @@ -1142,13 +1142,13 @@ 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
### KIA1504 - Gateway API Class not found in Kiali configuration

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

#### 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/)
Change the `gatewayClassName` field to reference to existing configured GatewayClass or add the missing GatewayClass into `gateway_api_classes` configuration of Kiali CR. More info about configuring K8s Gateway API implementations can be found in [Gateway API Implementations](https://gateway-api.sigs.k8s.io/implementations/)

#### Severity

Expand Down

0 comments on commit 8ff877e

Please sign in to comment.