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