mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-22 18:16:52 +00:00
Switch to the gcr nginx container in a few remaining places.
This commit is contained in:
parent
ca8317695f
commit
c3f4b3ff97
@ -41,7 +41,7 @@ var _ = Describe("Etcd failure", func() {
|
|||||||
Client: framework.Client,
|
Client: framework.Client,
|
||||||
Name: "baz",
|
Name: "baz",
|
||||||
Namespace: framework.Namespace.Name,
|
Namespace: framework.Namespace.Name,
|
||||||
Image: "nginx",
|
Image: "gcr.io/google_containers/nginx",
|
||||||
Replicas: 1,
|
Replicas: 1,
|
||||||
})).NotTo(HaveOccurred())
|
})).NotTo(HaveOccurred())
|
||||||
})
|
})
|
||||||
|
@ -570,7 +570,7 @@ var _ = Describe("Pods", func() {
|
|||||||
Containers: []api.Container{
|
Containers: []api.Container{
|
||||||
{
|
{
|
||||||
Name: "nginx",
|
Name: "nginx",
|
||||||
Image: "nginx",
|
Image: "gcr.io/google_containers/nginx:1.7.9",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -642,7 +642,7 @@ var _ = Describe("Pods", func() {
|
|||||||
Containers: []api.Container{
|
Containers: []api.Container{
|
||||||
{
|
{
|
||||||
Name: "nginx",
|
Name: "nginx",
|
||||||
Image: "nginx",
|
Image: "gcr.io/google_containers/nginx:1.7.9",
|
||||||
Ports: []api.Port{{ContainerPort: 80}},
|
Ports: []api.Port{{ContainerPort: 80}},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user