chore: increase inotify limits on rke2 nodes to fix fsnotify watcher errors (#466)
Reviewed-on: #466
This commit was merged in pull request #466.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user