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

3 lines
185 B
Plaintext
Raw Normal View History

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