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