mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
add explanation for large-cluster-size-threshold arg about multiple zones cluster
This commit is contained in:
@@ -1202,7 +1202,7 @@ func (nc *Controller) HealthyQPSFunc(nodeNum int) float32 {
|
||||
return nc.evictionLimiterQPS
|
||||
}
|
||||
|
||||
// ReducedQPSFunc returns the QPS for when a the cluster is large make
|
||||
// ReducedQPSFunc returns the QPS for when the cluster is large make
|
||||
// evictions slower, if they're small stop evictions altogether.
|
||||
func (nc *Controller) ReducedQPSFunc(nodeNum int) float32 {
|
||||
if int32(nodeNum) > nc.largeClusterThreshold {
|
||||
|
||||
Reference in New Issue
Block a user