Pre-pull images in node e2e-tests. Possible resolution for #24905

This commit is contained in:
Phillip Wittrock
2016-05-20 03:04:58 +00:00
parent 505fb85726
commit 839f4f8dd2
9 changed files with 121 additions and 58 deletions

View File

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