istio v1.13.3
VirtualService.spec.http[].route[].headers.request.add.spec.http.retries
Retry policy for HTTP requests.
| Field / Type | Description |
|---|---|
attempts | Number of retries to be allowed for a given request.
|
perTryTimeout | Timeout per attempt for a given request, including the initial call and any retries. |
retryOn | Specifies the conditions under which retry takes place. |
retryRemoteLocalities | Flag to specify whether the retries should retry to other localities.
|