e2e_node: replace registry.k8s.io/stress:v1 with agnhost

agnhost now contains the stress functionality (PR 123258).

Fix issue 123146

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2024-02-14 19:37:13 +09:00
parent 5d861b6f12
commit e8b08cd056
2 changed files with 2 additions and 3 deletions

View File

@@ -53,7 +53,6 @@ const (
var NodePrePullImageList = sets.NewString(
imageutils.GetE2EImage(imageutils.Agnhost),
"gcr.io/cadvisor/cadvisor:v0.47.2",
"registry.k8s.io/stress:v1",
busyboxImage,
"registry.k8s.io/e2e-test-images/busybox@sha256:a9155b13325b2abef48e71de77bb8ac015412a566829f621d06bfae5c699b1b9",
imageutils.GetE2EImage(imageutils.Nginx),