Commit fa93babc authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #41248 from jayunit100/fix-node-selector

Automatic merge from submit-queue (batch tested with PRs 41248, 41214) Quick fix to node affinity matching Quick fix to #41171
parents 74c96f9d 720ec52d
......@@ -95,7 +95,7 @@ func TestSchedule100Node3KNodeAffinityPods(t *testing.T) {
{
Key: nodeAffinityKey,
Operator: v1.NodeSelectorOpIn,
Values: []string{string(i)},
Values: []string{fmt.Sprintf("%v", i)},
},
},
},
......
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