mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Fix the busybox image tag in kubemark hollow nodes
This commit is contained in:
parent
57a46531f5
commit
636bd041fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue