mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Change soak test to pull image from gcr.io
This commit is contained in:
parent
e48c79c72e
commit
a9a881e6b1
@ -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}},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user