Skip to content

Commit

Permalink
use CLUSTER_PROVIDED instead of ORIGINAL_DST_LB (istio#16286)
Browse files Browse the repository at this point in the history
* use CLUSTER_PROVIDED instead of ORIGINAL_DST_LB

When using an original destination cluster, the load balancing policy
flag has no effect, as all requests are forwarded along to their
original destinations. Therefore the load balancing policy used on such
a cluster can _only_ be the original destination policy, making the lb
policy redundant. Envoy has added other cluster types that provide/require
certain LB policies, so they introduced the CLUSTER_PROVIDED policy type
for those situations.

https://www.envoyproxy.io/docs/envoy/latest/intro/deprecated#version-1-12-0-pending

resolves istio#16276

* only use CLUSTER_PROVIDED on versions of istio >= 1.3
  • Loading branch information
Alexander Standke authored and istio-testing committed Aug 28, 2019
1 parent 04c5b1b commit c07c0eb
Show file tree
Hide file tree
Showing 4 changed files with 21,056 additions and 21,007 deletions.
Loading

0 comments on commit c07c0eb

Please sign in to comment.