Skip to content

Commit ba6678a

Browse files
authored
Merge pull request kubernetes-sigs#10887 from chrischdi/pr-use-nginx-from-k8s
🌱 test: use pause instead of nginx
2 parents 0f3c001 + 6273a87 commit ba6678a

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)