mirror of https://github.com/k3s-io/k3s
Merge pull request #37223 from gmarek/hollow-node
Automatic merge from submit-queue Increase hollow-node qps limit @saad-ali - test only change. I really need tests to be faster...pull/6/head
commit
9b2c9681c9
|
@ -76,6 +76,8 @@ func (c *HollowNodeConfig) createClientConfigFromFile() (*restclient.Config, err
|
|||
return nil, fmt.Errorf("error while creating kubeconfig: %v", err)
|
||||
}
|
||||
config.ContentType = c.ContentType
|
||||
config.QPS = 10
|
||||
config.Burst = 20
|
||||
return config, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue