mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
fix priority typo
This commit is contained in:
parent
20c13c1564
commit
8780e29dea
@ -31,7 +31,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// The maximum priority value to give to a node
|
// 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
|
const maxPriority float32 = 10
|
||||||
|
|
||||||
// When zone information is present, give 2/3 of the weighting to zone spreading, 1/3 to node spreading
|
// When zone information is present, give 2/3 of the weighting to zone spreading, 1/3 to node spreading
|
||||||
|
Loading…
Reference in New Issue
Block a user