Merge pull request #119500 from JackTroy/fix-threshold-arg

Add explanation for large-cluster-size-threshold arg
This commit is contained in:
Kubernetes Prow Robot
2023-10-30 02:50:10 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {