Description
(This is used to request new product features, please visit https://discuss.istio.io for questions on using Istio)
Describe the feature request
Envoy slow start mode has follow config
{
"slow_start_window": {...},
"aggression": {...},
"min_weight_percent": {...}
}
But DestinationRule
only supports warmupDurationSecs
which correspoding to slow_start_window
config in envoy. How can i config aggression
and min_weight_percent
?
Describe alternatives you've considered
Affected product area (please put an X in all that apply)
[ ] Ambient
[ ] Docs
[ ] Installation
[X] Networking
[ ] Performance and Scalability
[ ] Extensions and Telemetry
[ ] Security
[ ] Test and Release
[X] User Experience
[ ] Developer Infrastructure
Affected features (please put an X in all that apply)
[ ] Multi Cluster
[ ] Virtual Machine
[ ] Multi Control Plane
Additional context