Skip to content

Commit

Permalink
KIA1402 error message fixed. (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhovsepy committed Dec 13, 2023
1 parent 615d723 commit 9bf63f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Features/validations.md
Original file line number Diff line number Diff line change
Expand Up @@ -960,9 +960,9 @@ Fix the parentRefs field to target to an existing gateway.
- [Validator source code](https://github.com/kiali/kiali/blob/master/business/checkers/k8shttproutes/no_k8sgateway_checker.go)


### KIA1402 - BackendRef on rule doesn't have a valid service (host not found)
### KIA1402 - BackendRef on rule doesn't have a valid service (Service name not found)

Gateway API HTTPRoute could be pointing to a Service inside your mesh the Route sends the traffic to. This Service can be a certain version of a parent Service, but in that case a separate Service is required to be created. When the namespace field is not specified it takes Service from the current HTTPRoute's namespace. Here the error indicates that the referenced Service is not found in the provided namespace.
Gateway API HTTPRoute could be pointing to a Service inside your mesh the Route sends the traffic to. A Service name should be specified, not a hostname. This Service can be a certain version of a parent Service, but in that case a separate Service is required to be created. When the namespace field is not specified it takes Service from the current HTTPRoute's namespace. Here the error indicates that the referenced Service is not found in the provided namespace.

#### Resolution

Expand Down

0 comments on commit 9bf63f9

Please sign in to comment.