Merge pull request #15906 from hakman/kops-controller_bump_qps

kops-controller: Increase client-side throttling limits
This commit is contained in:
Kubernetes Prow Robot 2023-09-13 02:14:12 -07:00 committed by GitHub
commit aaff394b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ func main() {
}
kubeConfig := ctrl.GetConfigOrDie()
kubeConfig.Burst = 200
kubeConfig.QPS = 100
mgr, err := ctrl.NewManager(kubeConfig, ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{