From 636bd041feac7dc4dea0a97c08308c8376fecca2 Mon Sep 17 00:00:00 2001 From: Antoni Zawodny Date: Mon, 12 Oct 2020 17:50:41 +0200 Subject: [PATCH] Fix the busybox image tag in kubemark hollow nodes --- test/kubemark/resources/hollow-node_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kubemark/resources/hollow-node_template.yaml b/test/kubemark/resources/hollow-node_template.yaml index 5c2b87c60ab..c7f3a28b8ca 100644 --- a/test/kubemark/resources/hollow-node_template.yaml +++ b/test/kubemark/resources/hollow-node_template.yaml @@ -17,7 +17,7 @@ spec: spec: initContainers: - name: init-inotify-limit - image: busybox + image: busybox:1.32 command: ['sysctl', '-w', 'fs.inotify.max_user_instances=1000'] securityContext: privileged: true