Commit 25188604 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #42050 from aledbf/ci-kubernetes-e2e-kops-aws-4559

Automatic merge from submit-queue (batch tested with PRs 42044, 41694, 41927, 42050, 41987) Use existing nginx image in the node **What this PR does / why we need it**: Fixes a test flake: `[k8s.io] Garbage collector should orphan pods created by rc if delete options say so` **Which issue this PR fixes** fixes #35771 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 15ddc692 faf4facf
......@@ -53,7 +53,7 @@ var podTemplateSpec = v1.PodTemplateSpec{
Containers: []v1.Container{
{
Name: "nginx",
Image: "gcr.io/google_containers/nginx:1.7.9",
Image: "gcr.io/google_containers/nginx-slim:0.7",
},
},
},
......
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