Skip to content

Commit

Permalink
Merge pull request #6035 from satnam6502/serve_hostnames
Browse files Browse the repository at this point in the history
Change soak test to pull image from gcr.io
  • Loading branch information
piosz committed Mar 27, 2015
2 parents ac52db2 + a9a881e commit e22d18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/soak/serve_hostnames/serve_hostnames.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
},
},
Expand Down

0 comments on commit e22d18f

Please sign in to comment.