Add support for istio LEAST_REQUEST destination rule load balancing#1439
Add support for istio LEAST_REQUEST destination rule load balancing#1439aryan9600 merged 1 commit intofluxcd:mainfrom Codasquieves:main
Conversation
|
Please run |
stefanprodan
left a comment
There was a problem hiding this comment.
LGTM
Thanks @Codasquieves please squash the two commits and force push.
|
sorry to leave this unattended, @Codasquieves could you please rebase against main? we'll be ready to merge then :) |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #1439 +/- ##
==========================================
+ Coverage 54.52% 54.54% +0.02%
==========================================
Files 84 84
Lines 10142 10140 -2
==========================================
+ Hits 5530 5531 +1
+ Misses 3955 3953 -2
+ Partials 657 656 -1 ☔ View full report in Codecov by Sentry. |
|
@Codasquieves we prefer rebases over merge :) |
…lgorithm Signed-off-by: Ivan Lopes <ivanckp@gmail.com>
aryan9600
left a comment
There was a problem hiding this comment.
lgtm, thanks @Codasquieves 🎖️
Istio will deprecate LEAST_CONN option of destination rule load balancing algorithms and LEAST_REQUEST type is being used instead of LEAST_CONN.
istio code