Skip to content

Commit 6273a87

Browse files
committed
test: use pause instead of nginx
1 parent 3e47858 commit 6273a87

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
@@ -479,14 +479,7 @@ func DeployUnevictablePod(ctx context.Context, input DeployUnevictablePodInput)
479479
Containers: []corev1.Container{
480480
{
481481
Name: "web",
482-
Image: "nginx:1.12",
483-
Ports: []corev1.ContainerPort{
484-
{
485-
Name: "http",
486-
Protocol: corev1.ProtocolTCP,
487-
ContainerPort: 80,
488-
},
489-
},
482+
Image: "registry.k8s.io/pause:latest",
490483
},
491484
},
492485
},

0 commit comments

Comments
 (0)