Merge pull request #97521 from lixiaobing1/nodeselector
add node selector info in ErrReasonPod
This commit is contained in:
@@ -47,7 +47,7 @@ const (
|
|||||||
preScoreStateKey = "PreScore" + Name
|
preScoreStateKey = "PreScore" + Name
|
||||||
|
|
||||||
// ErrReasonPod is the reason for Pod's node affinity/selector not matching.
|
// ErrReasonPod is the reason for Pod's node affinity/selector not matching.
|
||||||
ErrReasonPod = "node(s) didn't match Pod's node affinity"
|
ErrReasonPod = "node(s) didn't match Pod's node affinity/selector"
|
||||||
|
|
||||||
// errReasonEnforced is the reason for added node affinity not matching.
|
// errReasonEnforced is the reason for added node affinity not matching.
|
||||||
errReasonEnforced = "node(s) didn't match scheduler-enforced node affinity"
|
errReasonEnforced = "node(s) didn't match scheduler-enforced node affinity"
|
||||||
|
Reference in New Issue
Block a user