Commit aa1c8daf authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #47858 from mikedanese/fix

Automatic merge from submit-queue (batch tested with PRs 47851, 47824, 47858, 46099) bump the gke-cert-controller wokers to match it's qps This increases Issuance per second from 2.5 csrs to 5 csrs which is the theoretical limit with the current client side rate limiting. Issue https://github.com/kubernetes/kubernetes/issues/47855
parents 03014f48 a92eba7b
...@@ -87,6 +87,6 @@ func Run(s *GKECertificatesController) error { ...@@ -87,6 +87,6 @@ func Run(s *GKECertificatesController) error {
} }
sharedInformers.Start(nil) sharedInformers.Start(nil)
controller.Run(1, nil) // runs forever controller.Run(5, nil) // runs forever
return nil panic("unreachable")
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment