Merge pull request #42708 from timchenxiaoyu/prioritytypo

Automatic merge from submit-queue (batch tested with PRs 42652, 42681, 42708, 42730)

fix priority typo
This commit is contained in:
Kubernetes Submit Queue
2017-03-08 11:38:09 -08:00
committed by GitHub

View File

@@ -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