mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #97521 from lixiaobing1/nodeselector
add node selector info in ErrReasonPod
This commit is contained in:
commit
3e36f78c42
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user