mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-12-20 18:01:19 +00:00
Set fs.inotify.max_user_instances
in order to allow for `kubectl logs -f` without too many files open error Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9dd57798a5
commit
2c523134e0
1 changed files with 2 additions and 1 deletions
|
@ -110,8 +110,9 @@ nameservers:
|
|||
- 2a01:4ff:ff00::add:2
|
||||
|
||||
sysctl:
|
||||
net.ipv4.ip_forward: 1
|
||||
fs.inotify.max_user_instances: 8192
|
||||
net.bridge.bridge-nf-call-iptables: 1
|
||||
net.ipv4.ip_forward: 1
|
||||
|
||||
extlinux_modules:
|
||||
- ext4
|
||||
|
|
Loading…
Reference in a new issue