forked from envoyproxy/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Weighted Invalid Backend Logic (envoyproxy#4911)
* Fix Weighted Invaid Backend Logic We were not adding valid clusters where there was a invalid cluster Regression from envoyproxy#3246 Signed-off-by: Arko Dasgupta <[email protected]> * add release note Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]> (cherry picked from commit b9ff29c) Signed-off-by: Huabing Zhao <[email protected]>
- Loading branch information
1 parent
22afb07
commit 34bae2a
Showing
3 changed files
with
18 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ | |
clusters: | ||
- name: invalid-backend-cluster | ||
weight: 1 | ||
- name: first-route-dest | ||
weight: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters