Skip to content

Commit

Permalink
Added "have" to the section KIA0202 - This host has no matching entry…
Browse files Browse the repository at this point in the history
… in the service registry (service, workload or service entries)

Signed-off-by: Saurabh Sadhale <saurabh28sadhale@gmail.com>
  • Loading branch information
saurabhsadhale committed May 11, 2023
1 parent 4a93661 commit 68dab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Features/validations.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Either merge the settings to a single DR or split the subsets in such a way that

### KIA0202 - This host has no matching entry in the service registry (service, workload or service entries)

Istio applies traffic rules for services after the routing has happened. These can include different settings such as connection pooling, circuit breakers, load balancing, and detection. Istio can define the same rules for all services under a host or different rules for different versions of the service. The host must a service that is defined in the platform's service registry or as a ServiceEntry. Short names are extended to include '.namespace.cluster' using the namespace of the destination rule, not the service itself. FQDN is evaluated as is. It is recommended to use the FQDN to prevent any confusion.
Istio applies traffic rules for services after the routing has happened. These can include different settings such as connection pooling, circuit breakers, load balancing, and detection. Istio can define the same rules for all services under a host or different rules for different versions of the service. The host must have a service that is defined in the platform's service registry or as a ServiceEntry. Short names are extended to include '.namespace.cluster' using the namespace of the destination rule, not the service itself. FQDN is evaluated as is. It is recommended to use the FQDN to prevent any confusion.

If the host is not found, Istio ignores the defined rules.

Expand Down

0 comments on commit 68dab19

Please sign in to comment.