Add client rate limit settings to eliminate client throttling
With the default settings for Kubernetes API client throttling, Kyverno throttles policy initialization, causing a significant delay (1-2 min) in startup. Kyverno added command line flags to allow configuration of these settings. By using extraArgs
, we can set the rate limit QPS and Burst to levels that allow Kyverno to startup without throttling.
Investigate what the correct settings should be to prevent throttling on Kyverno startup and implement the change as the default