mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #106821 from justinsb/use_non_deprecated_zone_selector
e2e: Stop using deprecated zone nodeSelector
This commit is contained in:
commit
ba8410ea5f
@ -1372,7 +1372,7 @@ func (g *gcePdDriver) CreateVolume(config *storageframework.PerTestConfig, volTy
|
|||||||
// so pods should be also scheduled there.
|
// so pods should be also scheduled there.
|
||||||
config.ClientNodeSelection = e2epod.NodeSelection{
|
config.ClientNodeSelection = e2epod.NodeSelection{
|
||||||
Selector: map[string]string{
|
Selector: map[string]string{
|
||||||
v1.LabelFailureDomainBetaZone: zone,
|
v1.LabelTopologyZone: zone,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user