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
This commit is contained in:
Kubernetes Submit Queue
2017-02-10 10:03:42 -08:00
committed by GitHub

View File

@@ -95,7 +95,7 @@ func TestSchedule100Node3KNodeAffinityPods(t *testing.T) {
{
Key: nodeAffinityKey,
Operator: v1.NodeSelectorOpIn,
Values: []string{string(i)},
Values: []string{fmt.Sprintf("%v", i)},
},
},
},