mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
bump the gke-cert-controller wokers to match it's qps
This commit is contained in:
parent
9139666704
commit
a92eba7be9
@ -87,6 +87,6 @@ func Run(s *GKECertificatesController) error {
|
||||
}
|
||||
|
||||
sharedInformers.Start(nil)
|
||||
controller.Run(1, nil) // runs forever
|
||||
return nil
|
||||
controller.Run(5, nil) // runs forever
|
||||
panic("unreachable")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user