Merge pull request #95494 from tosi3k/busybox-tag

Fix the busybox image tag in kubemark hollow nodes
This commit is contained in:
Kubernetes Prow Robot 2020-10-12 11:32:59 -07:00 committed by GitHub
commit 1698af78be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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