Fix caveat about resolvers operating at L4 (#11497)

Service resolvers can specify L4 rules such as redirects, or L7 rules such as
hash-based load balancing policies.
This commit is contained in:
Freddy 2021-11-08 07:11:36 -07:00 committed by GitHub
parent 0bd182feb7
commit 0344f3579b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,6 @@ These config entries may only reference other `service-resolver` entries.
[Examples](/docs/connect/config-entries/service-resolver#sample-config-entries)
can be found in the `service-resolver` documentation.
-> **Note:** `service-resolver` config entries kinds function at L4 (unlike
-> **Note:** `service-resolver` config entries kinds can function at L4 (unlike
`service-router` and `service-splitter` kinds). These can be created for
services of any protocol such as `tcp`.