mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
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 ```
This commit is contained in:
commit
25188604fa
@ -53,7 +53,7 @@ var podTemplateSpec = v1.PodTemplateSpec{
|
|||||||
Containers: []v1.Container{
|
Containers: []v1.Container{
|
||||||
{
|
{
|
||||||
Name: "nginx",
|
Name: "nginx",
|
||||||
Image: "gcr.io/google_containers/nginx:1.7.9",
|
Image: "gcr.io/google_containers/nginx-slim:0.7",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user