Commit d4db482a authored by Quentin MACHU's avatar Quentin MACHU

Remove hostname label condition in SchedulerPredicates

parent c9f8c262
......@@ -282,7 +282,6 @@ var _ = SIGDescribe("SchedulerPredicates [Serial]", func() {
createPausePod(f, pausePodConfig{
Name: labelPodName,
NodeSelector: map[string]string{
"kubernetes.io/hostname": nodeName,
k: v,
},
})
......@@ -362,10 +361,6 @@ var _ = SIGDescribe("SchedulerPredicates [Serial]", func() {
{
MatchExpressions: []v1.NodeSelectorRequirement{
{
Key: "kubernetes.io/hostname",
Operator: v1.NodeSelectorOpIn,
Values: []string{nodeName},
}, {
Key: k,
Operator: v1.NodeSelectorOpIn,
Values: []string{v},
......
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