From fac3229c56981993d4e04db8747de22588d9a6af Mon Sep 17 00:00:00 2001 From: Saurabh Raj <39027928+ksraj123@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:51:55 +0200 Subject: [PATCH] document validations in validateHTTPRetry --- .../reference/config/networking/virtual-service/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 b7f20d597dfb9..e996c14ec2dbb 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.
+