K8S – Log – failed to create fsnotify watcher: too many open files

sudo sysctl -w fs.inotify.max_user_watches=2099999999
sudo sysctl -w fs.inotify.max_user_instances=2099999999
sudo sysctl -w fs.inotify.max_queued_events=2099999999

Bu komutu worker makineler de yapılması lazım.

Bunlar da hoşunuza gidebilir...