-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add ratelimitting parameters to keda manager #3731
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good,
Thanks for the contribution, only a small nit inline
/run-e2e internal* |
7babe1d
to
8e2a242
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also update documentation to reflect this feature?
https://keda.sh/docs/2.8/operate/cluster/#kubernetes-client-parameters
he did it kedacore/keda-docs#953 |
8e2a242
to
d179d4e
Compare
…ent defaults Signed-off-by: Valentin Flaux <valentin_flaux@connect-tech.sncf>
d179d4e
to
c9a056c
Compare
/run-e2e internal* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Adding flags to the manager main so that we can override the default client QPS and burst. This allows us to enable higher throughput of reconciliations when there is a lot of ScaledObjects in the cluster.
Regarding the helm chart: the flags can be added with
extraArgs.keda
in values.Checklist
Fixes #3730