Skip to content

Commit 1ce6f91

Browse files
chrischdik8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
test: use pause instead of nginx
1 parent 9c76ce6 commit 1ce6f91

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/framework/deployment_helpers.go

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -480,14 +480,7 @@ func DeployUnevictablePod(ctx context.Context, input DeployUnevictablePodInput)
480480
Containers: []corev1.Container{
481481
{
482482
Name: "web",
483-
Image: "nginx:1.12",
484-
Ports: []corev1.ContainerPort{
485-
{
486-
Name: "http",
487-
Protocol: corev1.ProtocolTCP,
488-
ContainerPort: 80,
489-
},
490-
},
483+
Image: "registry.k8s.io/pause:latest",
491484
},
492485
},
493486
},

0 commit comments

Comments
 (0)