mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Use an up-to-date nginx image for e2e tests
This commit is contained in:
parent
c25a1be03a
commit
7abcba9017
@ -107,7 +107,7 @@ var _ = Describe("Pods", func() {
|
||||
Containers: []api.Container{
|
||||
{
|
||||
Name: "nginx",
|
||||
Image: "gcr.io/google_containers/nginx",
|
||||
Image: "gcr.io/google_containers/nginx:1.7.9",
|
||||
Ports: []api.ContainerPort{{ContainerPort: 80}},
|
||||
LivenessProbe: &api.Probe{
|
||||
Handler: api.Handler{
|
||||
@ -207,7 +207,7 @@ var _ = Describe("Pods", func() {
|
||||
Containers: []api.Container{
|
||||
{
|
||||
Name: "nginx",
|
||||
Image: "gcr.io/google_containers/nginx",
|
||||
Image: "gcr.io/google_containers/nginx:1.7.9",
|
||||
Ports: []api.ContainerPort{{ContainerPort: 80}},
|
||||
LivenessProbe: &api.Probe{
|
||||
Handler: api.Handler{
|
||||
|
@ -114,7 +114,7 @@ var _ = Describe("Services", func() {
|
||||
},
|
||||
}
|
||||
|
||||
By("submitting the pod to kuberenetes")
|
||||
By("submitting the pod to kubernetes")
|
||||
defer func() {
|
||||
By("deleting the pod")
|
||||
defer GinkgoRecover()
|
||||
|
Loading…
Reference in New Issue
Block a user