Skip to content

Commit 9bd352d

Browse files
fix virtual service retry docs (#3416)
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
1 parent 8a62f1e commit 9bd352d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

networking/v1alpha3/virtual_service.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ message HTTPRetry {
13071307
// For example, if a connection is reset, Istio will translate this to 503 for it's response.
13081308
// However, the destination did not return a 503 error, so this would not match `"503"` (it would, however, match `"reset"`).
13091309
//
1310-
// If not specified, this defaults to `connect-failure,refused-stream,unavailable,cancelled,503`.
1310+
// If not specified, this defaults to `connect-failure,refused-stream,unavailable,cancelled`.
13111311
string retry_on = 3;
13121312

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

0 commit comments

Comments
 (0)