Skip to content

Commit

Permalink
Merge pull request #1868 from zalando-incubator/inotify-watches
Browse files Browse the repository at this point in the history
Increasing the limit of inotify watches on worker nodes
  • Loading branch information
Muaaz Saleem authored Feb 28, 2019
2 parents aa0a722 + ebdbc3d commit ddde97d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cluster/node-pools/worker-default/userdata.clc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,13 @@ storage:
PrintLastLog no # handled by PAM
PrintMotd no # handled by PAM
- filesystem: root
path: /etc/sysctl.d/01-max-user-watches.conf
mode: 0644
contents:
inline: |
fs.inotify.max_user_watches=100000
- filesystem: root
path: /opt/bin/drain-node
mode: 0755
Expand Down

0 comments on commit ddde97d

Please sign in to comment.