lib/kontena/machine/aws/cloudinit.yml in kontena-cli-0.10.3 vs lib/kontena/machine/aws/cloudinit.yml in kontena-cli-0.11.0
- old
+ new
@@ -11,9 +11,14 @@
KONTENA_VERSION=<%= version %>
- path: /etc/systemd/system/docker.service.d/50-kontena.conf
content: |
[Service]
Environment='DOCKER_OPTS=--insecure-registry="10.81.0.0/19" --bip="172.17.43.1/16"'
+ - path: /etc/sysctl.d/99-inotify.conf
+ owner: root
+ permissions: 0644
+ content: |
+ fs.inotify.max_user_instances = 8192
coreos:
units:
- name: 00-eth.network
runtime: true
content: |