Description
In the logs of the keda-operator
we see PATCH
calls throttled to the Kubernetes API server on the ScaledObjects.
We have around 400 ScaledObjects divided between 17 namespaces.
Waited for 1.320310071s due to client-side throttling, not priority and fairness,
request: PATCH:https://10.24.0.1:443/apis/keda.sh/v1alpha1/namespaces/mynamespace/scaledobjects/scaled-service-foo/status
It looks like we are being throttled on our Kubernetes API server.
Are there any settings on the Keda chart that can tweak the amount of /status PATCH
calls done through the K8s API-server?
We are using the Keda Chart version 2.17.0
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To Triage