mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #106821 from justinsb/use_non_deprecated_zone_selector
e2e: Stop using deprecated zone nodeSelector
This commit is contained in:
		@@ -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,
 | 
			
		||||
			},
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user