mirror of https://github.com/istio/istio.io.git
remove the word 'global' as it adds confusion (#2209)
This commit is contained in:
parent
6ac9175b3a
commit
25f7c61a4b
|
@ -230,11 +230,10 @@ and prevent localized failures from cascading instability to other nodes.
|
||||||
|
|
||||||
### Fine tuning
|
### Fine tuning
|
||||||
|
|
||||||
Istio's traffic management rules allow you to set global defaults for failure recovery per
|
Istio's traffic management rules allow you to set defaults for failure recovery per
|
||||||
service/version. However, consumers of a service can also override
|
service and version that apply to all callers. However, consumers of a service can also
|
||||||
[timeout](/docs/reference/config/istio.networking.v1alpha3/#HTTPRoute-timeout)
|
override [timeout](/docs/reference/config/istio.networking.v1alpha3/#HTTPRoute-timeout)
|
||||||
and
|
and [retry](/docs/reference/config/istio.networking.v1alpha3/#HTTPRoute-retries)
|
||||||
[retry](/docs/reference/config/istio.networking.v1alpha3/#HTTPRoute-retries)
|
|
||||||
defaults by providing request-level overrides through special HTTP headers.
|
defaults by providing request-level overrides through special HTTP headers.
|
||||||
With the Envoy proxy implementation, the headers are `x-envoy-upstream-rq-timeout-ms` and
|
With the Envoy proxy implementation, the headers are `x-envoy-upstream-rq-timeout-ms` and
|
||||||
`x-envoy-max-retries`, respectively.
|
`x-envoy-max-retries`, respectively.
|
||||||
|
|
Loading…
Reference in New Issue