mirror of https://github.com/istio/istio.io.git
fixing envoy links (#506)
This commit is contained in:
parent
1c7a4aecad
commit
8a61f8c758
|
|
@ -69,8 +69,8 @@ rates of individual hosts in the load balancing pool. Hosts that
|
|||
continually return errors for API calls are ejected from the pool for a
|
||||
pre-defined period of time.
|
||||
See Envoy's
|
||||
[circuit breaker](https://envoyproxy.github.io/envoy/intro/archOverview/circuitBreaking.html)
|
||||
and [outlier detection](https://envoyproxy.github.io/envoy/intro/archOverview/outlier.html)
|
||||
[circuit breaker](https://envoyproxy.github.io/envoy/intro/arch_overview/circuit_breaking.html)
|
||||
and [outlier detection](https://envoyproxy.github.io/envoy/intro/arch_overview/outlier.html)
|
||||
for more details.
|
||||
|
||||
<table>
|
||||
|
|
@ -870,7 +870,7 @@ Bandwidth throttling for Tcp and Udp connections
|
|||
### LoadBalancing
|
||||
Load balancing policy to use when forwarding traffic. These policies
|
||||
directly correlate to [load balancer
|
||||
types](https://envoyproxy.github.io/envoy/intro/archOverview/loadBalancing.html)
|
||||
types](https://envoyproxy.github.io/envoy/intro/arch_overview/load_balancing.html)
|
||||
supported by Envoy. Example,
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ The common baseline set of attributes available in most Istio deployments is def
|
|||
[here](https://istio.io/docs/reference/config/mixer/attribute-vocabulary.html).
|
||||
|
||||
Attributes are strongly typed. The supported attribute types are defined by
|
||||
[ValueType](https://github.com/istio/api/blob/master/mixer/v1/config/descriptor/valueType.proto).
|
||||
[ValueType](https://github.com/istio/api/blob/master/mixer/v1/config/descriptor/value_type.proto).
|
||||
Each type of value is encoded into one of the so-called transport types present
|
||||
in this message.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue