-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why slow start config not fully supported? #41039
Comments
These fields are not currently settable via Istio APIs |
agression default value of 1.0 was sufficient for most use cases. The parameter was added recently. Do you have a use case to configure them ? If yes, may be you should use envoy filter for now to set those values. |
@ramaraochavali We don't need to configure EnvoyFilter works, but we want to avoid maintaining a large number of EnvoyFilters in production. |
Are you seeing the nodes in slow start mode not receiving any traffic?
Feel free to propose an API |
🚧 This issue or pull request has been closed due to not having had activity from an Istio team member since 2022-09-21. If you feel this issue or pull request deserves attention, please reopen the issue. Please see this wiki page for more information. Thank you for your contributions. Created by the issue and PR lifecycle manager. |
It may be unsuitable to comment on a closed issue. But it is an interesting topic and it is still worth to be discussed.
|
@masquee can you share your EnvoyFilter ? I tried to create one, it works with |
Okay I managed to have a working config, here is it :
|
(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
But
DestinationRule
only supportswarmupDurationSecs
which correspoding toslow_start_window
config in envoy. How can i configaggression
andmin_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
The text was updated successfully, but these errors were encountered: