istio v1.13.3

VirtualService.spec.http[].match[].withoutHeaders.[key].spec.http.retries

Retry policy for HTTP requests.

4 fields
VirtualService.spec.http[].match[].withoutHeaders.[key].spec.http.retries fields and descriptions
Field / TypeDescription
attempts
integer

Number of retries to be allowed for a given request.

  • format: int32
perTryTimeout
string

Timeout per attempt for a given request, including the initial call and any retries.

retryOn
string

Specifies the conditions under which retry takes place.

retryRemoteLocalities
boolean

Flag to specify whether the retries should retry to other localities.

  • nullable