Commit 7491fb86 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #42708 from timchenxiaoyu/prioritytypo

Automatic merge from submit-queue (batch tested with PRs 42652, 42681, 42708, 42730) fix priority typo
parents 1402cc58 8780e29d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment