mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-10 17:35:44 -04:00
Add missing resource limits for e2e preemption
This commit is contained in:
parent
2b2cf8df30
commit
e623cc3abf
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ var _ = SIGDescribe("SchedulerPreemption [Serial]", func() {
|
|||
PriorityClassName: priorityName,
|
||||
Resources: &v1.ResourceRequirements{
|
||||
Requests: podRes,
|
||||
Limits: podRes,
|
||||
},
|
||||
Affinity: &v1.Affinity{
|
||||
NodeAffinity: &v1.NodeAffinity{
|
||||
|
|
|
|||
Loading…
Reference in a new issue