mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 13:31:52 +00:00
Allow specification of docker daemon args
This commit is contained in:
parent
8e70a664e8
commit
ddaa716de1
@ -1 +1,6 @@
|
|||||||
DOCKER_OPTS="--bridge cbr0 --iptables=false --ip-masq=false -r=false"
|
{% if grains.docker_opts is defined %}
|
||||||
|
{% set docker_opts = grains.docker_opts %}
|
||||||
|
{% else %}
|
||||||
|
{% set docker_opts = "" %}
|
||||||
|
{% endif %}
|
||||||
|
DOCKER_OPTS="{{docker_opts}} --bridge cbr0 --iptables=false --ip-masq=false -r=false"
|
||||||
|
Loading…
Reference in New Issue
Block a user