e2e images pulled from gcr.io

This commit is contained in:
Jeff Lowdermilk
2015-03-31 10:25:20 -07:00
parent 506887515d
commit 2d8e93f8b4
33 changed files with 48 additions and 48 deletions

View File

@@ -85,7 +85,7 @@ func entrypointTestPod() *api.Pod {
Containers: []api.Container{
{
Name: testContainerName,
Image: "kubernetes/eptest:0.1",
Image: "gcr.io/google_containers/eptest:0.1",
},
},
RestartPolicy: api.RestartPolicyNever,