Skip to content
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

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

vflaux
Copy link
Contributor

@vflaux vflaux commented Oct 7, 2022

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

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • A PR is opened to update the documentation on (repo) (if applicable)
  • Changelog has been updated and is aligned with our changelog requirements

Fixes #3730

Copy link
Member

@JorTurFer JorTurFer left a 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

CHANGELOG.md Outdated Show resolved Hide resolved
@JorTurFer
Copy link
Member

JorTurFer commented Oct 8, 2022

/run-e2e internal*
Update: You can check the progress here

@vflaux vflaux force-pushed the flag_qps_burst branch 2 times, most recently from 7babe1d to 8e2a242 Compare October 9, 2022 14:36
main.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@zroubalik zroubalik left a 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

@JorTurFer
Copy link
Member

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

…ent defaults

Signed-off-by: Valentin Flaux <valentin_flaux@connect-tech.sncf>
@JorTurFer
Copy link
Member

JorTurFer commented Oct 10, 2022

/run-e2e internal*
Update: You can check the progress here

Copy link
Member

@JorTurFer JorTurFer left a 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to configure QPS & Burst of kubernetes client
3 participants