mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Increase hollow-node qps limit
This commit is contained in:
parent
75108a3757
commit
70f631a13f
@ -76,6 +76,8 @@ func (c *HollowNodeConfig) createClientConfigFromFile() (*restclient.Config, err
|
|||||||
return nil, fmt.Errorf("error while creating kubeconfig: %v", err)
|
return nil, fmt.Errorf("error while creating kubeconfig: %v", err)
|
||||||
}
|
}
|
||||||
config.ContentType = c.ContentType
|
config.ContentType = c.ContentType
|
||||||
|
config.QPS = 10
|
||||||
|
config.Burst = 20
|
||||||
return config, nil
|
return config, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user