mirror of https://github.com/kubernetes/kops.git
kops-controller: Increase client-side throttling limits
This commit is contained in:
parent
71c4993637
commit
c754cdf017
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue