mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
removing this todo after discussion (#46027)
This commit is contained in:
parent
8bee44b65f
commit
a348a4e881
@ -370,7 +370,7 @@ func PrioritizeNodes(
|
|||||||
|
|
||||||
// Summarize all scores.
|
// Summarize all scores.
|
||||||
result := make(schedulerapi.HostPriorityList, 0, len(nodes))
|
result := make(schedulerapi.HostPriorityList, 0, len(nodes))
|
||||||
// TODO: Consider parallelizing it.
|
|
||||||
for i := range nodes {
|
for i := range nodes {
|
||||||
result = append(result, schedulerapi.HostPriority{Host: nodes[i].Name, Score: 0})
|
result = append(result, schedulerapi.HostPriority{Host: nodes[i].Name, Score: 0})
|
||||||
for j := range priorityConfigs {
|
for j := range priorityConfigs {
|
||||||
|
Loading…
Reference in New Issue
Block a user