From 340e7ccf49c4c1e6028c50dca5430c99b2ca9be6 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Tue, 9 Feb 2021 15:11:45 +0100 Subject: [PATCH] test: update pause-win image to the new one k8s.gcr.io/pause:3.4.1 --- tests/kubemark/configs/node-throughput/windows_override.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kubemark/configs/node-throughput/windows_override.yaml b/tests/kubemark/configs/node-throughput/windows_override.yaml index 233a840e36..eb863a3c3a 100644 --- a/tests/kubemark/configs/node-throughput/windows_override.yaml +++ b/tests/kubemark/configs/node-throughput/windows_override.yaml @@ -1,5 +1,5 @@ POD_COUNT: 80 POD_THROUGHPUT: 0.03 -CONTAINER_IMAGE: gcr.io/gke-release/pause-win:1.0.0 +CONTAINER_IMAGE: k8s.gcr.io/pause:3.4.1 OPERATION_TIMEOUT: 90m POD_STARTUP_LATENCY_THRESHOLD: 60m