File tree 1 file changed +4
-4
lines changed
content/zh-cn/docs/concepts/scheduling-eviction 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -191,13 +191,13 @@ percentageOfNodesToScore: 50
191
191
<!--
192
192
` percentageOfNodesToScore` must be a value between 1 and 100 with the default
193
193
value being calculated based on the cluster size. There is also a hardcoded
194
- minimum value of 50 nodes.
194
+ minimum value of 100 nodes.
195
195
-->
196
196
` percentageOfNodesToScore` 的值必须在 1 到 100 之间,而且其默认值是通过集群的规模计算得来的。
197
- 另外,还有一个 50 个 Node 的最小值是硬编码在程序中。
197
+ 另外,还有一个 100 个 Node 的最小值是硬编码在程序中。
198
198
199
199
<!--
200
- {{< note >}} In clusters with less than 50 feasible nodes, the scheduler still
200
+ {{< note >}} In clusters with less than 100 feasible nodes, the scheduler still
201
201
checks all the nodes because there are not enough feasible nodes to stop
202
202
the scheduler's search early.
203
203
@@ -210,7 +210,7 @@ scheduler's performance significantly.
210
210
{{< /note >}}
211
211
-->
212
212
{{< note >}}
213
- 当集群中的可调度节点少于 50 个时,调度器仍然会去检查所有的 Node,
213
+ 当集群中的可调度节点少于 100 个时,调度器仍然会去检查所有的 Node,
214
214
因为可调度节点太少,不足以停止调度器最初的过滤选择。
215
215
216
216
同理,在小规模集群中,如果你将 `percentageOfNodesToScore`
You can’t perform that action at this time.
0 commit comments