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