mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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
|
||||
|
||||
// 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 = "node(s) didn't match scheduler-enforced node affinity"
|
||||
|
Loading…
Reference in New Issue
Block a user