mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
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