istio v1.31.0
VirtualService.spec.http[].retries
Retry policy for HTTP requests.
| Field / Type | Description |
|---|---|
attempts | Number of retries to be allowed for a given request.
|
backoff | Specifies the minimum duration between retry attempts.
|
perTryTimeout | Timeout per attempt for a given request, including the initial call and any retries.
|
retryIgnorePreviousHosts | Flag to specify whether the retries should ignore previously tried hosts during retry.
|
retryOn | Specifies the conditions under which retry takes place. |
retryRemoteLocalities | Flag to specify whether the retries should retry to other localities.
|