Limit the scheduler to a burst qps of 30 and rate limit pod binding
This commit is contained in:
@@ -92,7 +92,7 @@ func (s *SchedulerServer) Run(_ []string) error {
|
||||
return err
|
||||
}
|
||||
kubeconfig.QPS = 20.0
|
||||
kubeconfig.Burst = 100
|
||||
kubeconfig.Burst = 30
|
||||
|
||||
kubeClient, err := client.New(kubeconfig)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user