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
Run
sysctl --system
as Root.Repeat the above for every K8s node in your cluster.
Last updated