Skip to content

Commit 57cd116

Browse files
committed
Added comment to clarify necessity of VS retry policy
1 parent 1bb625e commit 57cd116

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

networking/v1alpha3/destination_rule.pb.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.html

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,10 @@ message ConnectionPoolSettings {
647647

648648
// The amount of concurrent retries allowed in the case of failure, a
649649
// percentage of the active requests.
650+
//
651+
// NOTE: Including a retry budget requires a retry policy to exist within
652+
// the [VirtualService](https://istio.io/latest/docs/reference/config/networking/virtual-service/#HTTPRetry) resource
653+
// routing to this destination, in order for failed requests to be retried.
650654
RetryBudget retry_budget = 9;
651655
};
652656

0 commit comments

Comments
 (0)