Merge pull request #106821 from justinsb/use_non_deprecated_zone_selector

e2e: Stop using deprecated zone nodeSelector
This commit is contained in:
Kubernetes Prow Robot 2021-12-21 15:59:47 -08:00 committed by GitHub
commit ba8410ea5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1372,7 +1372,7 @@ func (g *gcePdDriver) CreateVolume(config *storageframework.PerTestConfig, volTy
// so pods should be also scheduled there.
config.ClientNodeSelection = e2epod.NodeSelection{
Selector: map[string]string{
v1.LabelFailureDomainBetaZone: zone,
v1.LabelTopologyZone: zone,
},
}
}