mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
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 ```
This commit is contained in:
commit
f8815c96e0
@ -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