Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed KIA1504 error message #699

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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