Commit e22d18f4 authored by Piotr Szczesniak's avatar Piotr Szczesniak

Merge pull request #6035 from satnam6502/serve_hostnames

Change soak test to pull image from gcr.io
parents ac52db26 a9a881e6
...@@ -158,7 +158,7 @@ func main() { ...@@ -158,7 +158,7 @@ func main() {
Containers: []api.Container{ Containers: []api.Container{
{ {
Name: "serve-hostname", Name: "serve-hostname",
Image: "kubernetes/serve_hostname:1.1", Image: "gcr.io/google-containers/serve_hostname:1.1",
Ports: []api.ContainerPort{{ContainerPort: 9376}}, Ports: []api.ContainerPort{{ContainerPort: 9376}},
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment