c12s-kubespray/roles/docker/templates/docker-options.conf.j2

4 lines
156 B
Plaintext
Raw Normal View History

2016-11-04 21:40:14 +00:00
[Service]
Environment="DOCKER_OPTS={{ docker_options | default('') }} \
--iptables={% if kube_network_plugin == 'flannel' %}true{% else %}false{% endif %}"