mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Disable serializing image pulls for e2e tests.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
		@@ -78,7 +78,7 @@ KUBEPROXY_TEST_LOG_LEVEL="${KUBEPROXY_TEST_LOG_LEVEL:-$TEST_CLUSTER_LOG_LEVEL}"
 | 
			
		||||
 | 
			
		||||
TEST_CLUSTER_RESYNC_PERIOD="${TEST_CLUSTER_RESYNC_PERIOD:---min-resync-period=3m}"
 | 
			
		||||
 | 
			
		||||
KUBELET_TEST_ARGS="--max-pods=110"
 | 
			
		||||
KUBELET_TEST_ARGS="--max-pods=110 --serialize-image-pulls=false"
 | 
			
		||||
APISERVER_TEST_ARGS="--runtime-config=extensions/v1beta1"
 | 
			
		||||
CONTROLLER_MANAGER_TEST_ARGS="${TEST_CLUSTER_RESYNC_PERIOD}"
 | 
			
		||||
SCHEDULER_TEST_ARGS=""
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user