e2e: Stop using deprecated zone nodeSelector

Update to the non-deprecated label names.
This commit is contained in:
justinsb 2021-12-04 13:34:55 -05:00
parent 0153febd9f
commit 5a179f9382

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,
},
}
}