mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +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)
|
sharedInformers.Start(nil)
|
||||||
controller.Run(1, nil) // runs forever
|
controller.Run(5, nil) // runs forever
|
||||||
return nil
|
panic("unreachable")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user