diff --git a/plugin/pkg/scheduler/algorithm/priorities/selector_spreading.go b/plugin/pkg/scheduler/algorithm/priorities/selector_spreading.go index 02ee8aa2573..a93da34c347 100644 --- a/plugin/pkg/scheduler/algorithm/priorities/selector_spreading.go +++ b/plugin/pkg/scheduler/algorithm/priorities/selector_spreading.go @@ -31,7 +31,7 @@ import ( ) // The maximum priority value to give to a node -// Prioritiy values range from 0-maxPriority +// Priority values range from 0-maxPriority const maxPriority float32 = 10 // When zone information is present, give 2/3 of the weighting to zone spreading, 1/3 to node spreading