chore: increase inotify limits on rke2 nodes to fix fsnotify watcher errors #466

Merged
unkinben merged 1 commits from benvin/fsnotify into develop 2026-05-26 23:50:25 +10:00
+4
View File
@@ -132,6 +132,10 @@ sysctl::base::values:
value: '0' value: '0'
net.ipv4.conf.all.rp_filter: net.ipv4.conf.all.rp_filter:
value: '0' value: '0'
fs.inotify.max_user_watches:
value: '524288'
fs.inotify.max_user_instances:
value: '512'
# add loopback interfaces to ssh list # add loopback interfaces to ssh list
ssh::server::options: ssh::server::options: