Skip to content

Commit 1698af7

Browse files
authored
Merge pull request kubernetes#95494 from tosi3k/busybox-tag
Fix the busybox image tag in kubemark hollow nodes
2 parents dee62a7 + 636bd04 commit 1698af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kubemark/resources/hollow-node_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
initContainers:
1919
- name: init-inotify-limit
20-
image: busybox
20+
image: busybox:1.32
2121
command: ['sysctl', '-w', 'fs.inotify.max_user_instances=1000']
2222
securityContext:
2323
privileged: true

0 commit comments

Comments
 (0)