mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Increase inotify user instance limit
This commit is contained in:
parent
abdfd7cebf
commit
98c9adf7fe
@ -18,7 +18,7 @@ spec:
|
|||||||
initContainers:
|
initContainers:
|
||||||
- name: init-inotify-limit
|
- name: init-inotify-limit
|
||||||
image: busybox
|
image: busybox
|
||||||
command: ['sysctl', '-w', 'fs.inotify.max_user_instances=200']
|
command: ['sysctl', '-w', 'fs.inotify.max_user_instances=1000']
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user