From ba35c8907c12107813adfdf5eb5864eb8b0b0053 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 26 May 2026 23:50:25 +1000 Subject: [PATCH] chore: increase inotify limits on rke2 nodes to fix fsnotify watcher errors (#466) Reviewed-on: https://git.unkin.net/unkin/puppet-prod/pulls/466 --- hieradata/roles/infra/k8s.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hieradata/roles/infra/k8s.yaml b/hieradata/roles/infra/k8s.yaml index 5d340ac..4d35fc8 100644 --- a/hieradata/roles/infra/k8s.yaml +++ b/hieradata/roles/infra/k8s.yaml @@ -132,6 +132,10 @@ sysctl::base::values: value: '0' net.ipv4.conf.all.rp_filter: value: '0' + fs.inotify.max_user_watches: + value: '524288' + fs.inotify.max_user_instances: + value: '512' # add loopback interfaces to ssh list ssh::server::options: