Skip to content

Commit 5ce1489

Browse files
fix retry example in virtual service (#3514)
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
1 parent 840d4bf commit 5ce1489

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
@@ -450,7 +450,7 @@ message HTTPRoute {
450450
//
451451
// ```yaml
452452
// attempts: 2
453-
// retryOn: "connect-failure,refused-stream,unavailable,cancelled,503"
453+
// retryOn: "connect-failure,refused-stream,unavailable,cancelled"
454454
// ```
455455
//
456456
// This can be customized in [`Mesh Config` `defaultHttpRetryPolicy`](https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig).

0 commit comments

Comments
 (0)