-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Description
Describe the feature
Istio added in 2022 the ability to "warm up" traffic slowly with a new load balancer property called warmupDurationSecs
https://istio.io/latest/docs/reference/config/networking/destination-rule/#LoadBalancerSettings
Flagger should also support LEAST_REQUEST loadbalancer configuration https://istio.io/latest/docs/reference/config/networking/destination-rule/#LoadBalancerSettings-SimpleLB
Proposed solution
Add support for new istio loadbalancer features so a configuration like this would be possible
...
trafficPolicy:
loadBalancer:
simple: LEAST_REQUEST
warmupDurationSecs: 30s
...
Any alternatives you've considered?
No
leofernandezg, rp-martinbarmaymon, Lucian-gg, airaheta, javisank and 9 moreflaviomrjr
Metadata
Metadata
Assignees
Labels
No labels