Troubleshooting: "fsnotify watcher" warning

Guide to fix "fsnotify watcher: too many open files" warning while installing Helm.

This is not exactly and an error - you will be unable to see the full logs. To fix this

  • Login to K8Ss node

  • create a file called 90-fs-inotify.conf in /etc/sysctl.d folder

fs.inotify.max_user_watches=2099999999
fs.inotify.max_user_instances=2099999999
fs.inotify.max_queued_events=2099999999
  • Run sysctl --system as Root.

  • Repeat the above for every K8s node in your cluster.

Last updated

Logo

Copyright © 2024 OpenG2P. This work is licensed under Creative Commons Attribution International LicenseCC-BY-4.0 unless otherwise noted.