You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting "client rate limiter Wait returned an error: context canceled" as we operate with 100+ scaler objects.
Some github issues on Keda suggest adjusting the QPS may help, unfortunately the flags are not available via the helm chart. https://keda.sh/docs/2.12/operate/cluster/#kubernetes-client-parameters
Specification
We would like to override the default values for these flags
kube-api-qps (default 20)
kube-api-burst (default 30)
The text was updated successfully, but these errors were encountered:
Use-Case
We are getting "client rate limiter Wait returned an error: context canceled" as we operate with 100+ scaler objects.
Some github issues on Keda suggest adjusting the QPS may help, unfortunately the flags are not available via the helm chart.
https://keda.sh/docs/2.12/operate/cluster/#kubernetes-client-parameters
Specification
We would like to override the default values for these flags
The text was updated successfully, but these errors were encountered: