From 1ce6f9171790abe832ae9dc5985e9b47c7f1c788 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Wed, 17 Jul 2024 11:39:21 +0200 Subject: [PATCH] test: use pause instead of nginx --- test/framework/deployment_helpers.go | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test/framework/deployment_helpers.go b/test/framework/deployment_helpers.go index 5156769ab3e5..7fcc67c2db95 100644 --- a/test/framework/deployment_helpers.go +++ b/test/framework/deployment_helpers.go @@ -480,14 +480,7 @@ func DeployUnevictablePod(ctx context.Context, input DeployUnevictablePodInput) Containers: []corev1.Container{ { Name: "web", - Image: "nginx:1.12", - Ports: []corev1.ContainerPort{ - { - Name: "http", - Protocol: corev1.ProtocolTCP, - ContainerPort: 80, - }, - }, + Image: "registry.k8s.io/pause:latest", }, }, },