mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Pre-pull images in node e2e-tests. Possible resolution for #24905
This commit is contained in:
		| @@ -55,7 +55,7 @@ var _ = Describe("Kubelet Container Manager", func() { | ||||
| 						RestartPolicy: api.RestartPolicyNever, | ||||
| 						Containers: []api.Container{ | ||||
| 							{ | ||||
| 								Image:   "gcr.io/google_containers/busybox:1.24", | ||||
| 								Image:   ImageRegistry[busyBoxImage], | ||||
| 								Name:    podName, | ||||
| 								Command: []string{"/bin/false"}, | ||||
| 							}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phillip Wittrock
					Phillip Wittrock