Skip to content

Commit 44460b3

Browse files
committed
fix: minimum feasible nodes 50->100
That the current `minFeasibleNodesToFind` is 100 instead of 50 (in docs). See `kubernetes/pkg/scheduler/schedule_one.go`.
1 parent 5000977 commit 44460b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/scheduler-perf-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ percentageOfNodesToScore: 50
103103
104104
`percentageOfNodesToScore` must be a value between 1 and 100 with the default
105105
value being calculated based on the cluster size. There is also a hardcoded
106-
minimum value of 50 nodes.
106+
minimum value of 100 nodes.
107107

108-
{{< note >}}In clusters with less than 50 feasible nodes, the scheduler still
108+
{{< note >}}In clusters with less than 100 feasible nodes, the scheduler still
109109
checks all the nodes because there are not enough feasible nodes to stop
110110
the scheduler's search early.
111111

0 commit comments

Comments
 (0)