mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Fix the busybox image tag in kubemark hollow nodes
This commit is contained in:
parent
57a46531f5
commit
636bd041fe
@ -17,7 +17,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-inotify-limit
|
- name: init-inotify-limit
|
||||||
image: busybox
|
image: busybox:1.32
|
||||||
command: ['sysctl', '-w', 'fs.inotify.max_user_instances=1000']
|
command: ['sysctl', '-w', 'fs.inotify.max_user_instances=1000']
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
Loading…
Reference in New Issue
Block a user