Skip to content

Commit

Permalink
Added comment to clarify necessity of VS retry policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdbishop committed Jun 20, 2024
1 parent 4e8b763 commit d6d9440
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions networking/v1alpha3/destination_rule.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions networking/v1alpha3/destination_rule.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions networking/v1alpha3/destination_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,10 @@ message ConnectionPoolSettings {

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

Expand Down

0 comments on commit d6d9440

Please sign in to comment.