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
The audit scanner was reported to cause client-side throttling when creating or updating policy report
Waited for 1.000137379s due to client-side throttling, not priority and fairness, request: GET:(omitted)/policyreports/4771d2aa-2573-4b47-961f-0d4fe9d8a9b1)
Solution you'd like
Maybe we need to tune QPS/Burst of the k8s client:
// QPS indicates the maximum QPS to the master from this client.// If it's zero, the created RESTClient will use DefaultQPS: 5QPSfloat32// Maximum burst for throttle.// If it's zero, the created RESTClient will use DefaultBurst: 10.Burstint// Rate limiter for limiting connections to the master from this client. If present overwrites QPS/BurstRateLimiterflowcontrol.RateLimiter
Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
The audit scanner was reported to cause client-side throttling when creating or updating policy report
Waited for 1.000137379s due to client-side throttling, not priority and fairness, request: GET:(omitted)/policyreports/4771d2aa-2573-4b47-961f-0d4fe9d8a9b1)
Solution you'd like
Maybe we need to tune QPS/Burst of the k8s client:
https://pkg.go.dev/k8s.io/client-go/rest#Config
Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: