Why do you need it?
The controller uses client-go default rate limiter (QPS=5, Burst=10), which is too small for production. This causes API throttling and poor performance.
No configuration option exists without code modification.
How could it be?
Allow configuring QPS and Burst via command-line flags or Helm values.
Default deployment values should be higher than client-go defaults
Other related information
None