Change soak test to pull image from gcr.io

This commit is contained in:
Satnam Singh 2015-03-26 18:03:08 -07:00
parent e48c79c72e
commit a9a881e6b1

View File

@ -158,7 +158,7 @@ func main() {
Containers: []api.Container{
{
Name: "serve-hostname",
Image: "kubernetes/serve_hostname:1.1",
Image: "gcr.io/google-containers/serve_hostname:1.1",
Ports: []api.ContainerPort{{ContainerPort: 9376}},
},
},