mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
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:
commit
fa93babcbd
@ -95,7 +95,7 @@ func TestSchedule100Node3KNodeAffinityPods(t *testing.T) {
|
||||
{
|
||||
Key: nodeAffinityKey,
|
||||
Operator: v1.NodeSelectorOpIn,
|
||||
Values: []string{string(i)},
|
||||
Values: []string{fmt.Sprintf("%v", i)},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user