mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Configure docker with larger open files.
This commit is contained in:
parent
af54c62766
commit
23b8b5ea6a
@ -3,3 +3,4 @@ DOCKER_OPTS=""
|
||||
DOCKER_OPTS="${DOCKER_OPTS} {{grains.docker_opts}}"
|
||||
{% endif %}
|
||||
DOCKER_OPTS="${DOCKER_OPTS} --bridge cbr0 --iptables=false --ip-masq=false -r=false"
|
||||
DOCKER_NOFILE=1000000
|
||||
|
Loading…
Reference in New Issue
Block a user