diff --git a/content/en/docs/reference/config/networking/virtual-service/index.html b/content/en/docs/reference/config/networking/virtual-service/index.html index b7f20d597dfb..e996c14ec2db 100644 --- a/content/en/docs/reference/config/networking/virtual-service/index.html +++ b/content/en/docs/reference/config/networking/virtual-service/index.html @@ -1930,7 +1930,10 @@
timeout
of the HTTP route
or per_try_timeout
is configured, the actual number of retries attempted also depends on
the specified request timeout
and per_try_timeout
values. MUST be >= 0. If 0
, retries will be disabled.
-The maximum possible number of requests made will be 1 + attempts
.
+The maximum possible number of requests made will be 1 + attempts
.
+While the retry attempts are set to 0, other fields under retries
, namely attempts
, perTryTimeout
,
+retryRemoteLocalities
, retryOn
, backoff
should be ommitted.
+