mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-23 18:05:12 +00:00
Also work around problems with Salt & systemd services, in particular that Salt doesn't issue a daemon-reload.
4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
{% set grains_opts = grains.get('docker_opts', '') -%}
|
|
DOCKER_OPTS="{{grains_opts}} --bridge=cbr0 --iptables=false --ip-masq=false"
|
|
DOCKER_NOFILE=1000000
|