Merge pull request #42135 from Affan-7/topology-aware-routing
Updated topology-aware-routing.md
This commit is contained in:
commit
40f6e39025
|
|
@ -154,10 +154,9 @@ zone.
|
||||||
|
|
||||||
## Constraints
|
## Constraints
|
||||||
|
|
||||||
* Topology Aware Hints are not used when either `externalTrafficPolicy` or
|
* Topology Aware Hints are not used when `internalTrafficPolicy` is set to `Local`
|
||||||
`internalTrafficPolicy` is set to `Local` on a Service. It is possible to use
|
on a Service. It is possible to use both features in the same cluster on different
|
||||||
both features in the same cluster on different Services, just not on the same
|
Services, just not on the same Service.
|
||||||
Service.
|
|
||||||
|
|
||||||
* This approach will not work well for Services that have a large proportion of
|
* This approach will not work well for Services that have a large proportion of
|
||||||
traffic originating from a subset of zones. Instead this assumes that incoming
|
traffic originating from a subset of zones. Instead this assumes that incoming
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue