mirror of https://github.com/k3s-io/k3s
Merge pull request #46285 from yastij/scheduling-delete-todo
Automatic merge from submit-queue removing generic_scheduler todo after discussion (#46027) **What this PR does / why we need it**: **Which issue this PR fixes** #46027 **Special notes for your reviewer**: just a quick clean cc @wojtek-t **Release note**: ```release-note ```pull/6/head
commit
f8815c96e0
|
@ -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