Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently we have: $ sysctl fs.inotify fs.inotify.max_queued_events = 16384 fs.inotify.max_user_instances = 128 fs.inotify.max_user_watches = 45827 And we see errors like this on managed clusters even with trivial busybox workloads: failed to create fsnotify watcher: too many open files We use OpenShift worker defaults, already used for minikube[1]. [1] kubernetes/minikube#18832 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
- Loading branch information