Browse Source

default docker template condition

pull/15/head
Smaine Kahlouch 9 years ago
parent
commit
d6a790ec46
1 changed files with 3 additions and 3 deletions
  1. 6
      roles/docker/templates/default-docker.j2

6
roles/docker/templates/default-docker.j2

@ -4,9 +4,9 @@
#DOCKER="/usr/local/bin/docker"
# Use DOCKER_OPTS to modify the daemon startup options.
{% if kube_network_plugin is defined and kube_network_plugin == "calico" %}
DOCKER_OPTS="--bridge=cbr0 --iptables=false --ip-masq=false"
{% endif %}
#{% if kube_network_plugin is defined and kube_network_plugin == "calico" %}
#DOCKER_OPTS="--bridge=cbr0 --iptables=false --ip-masq=false"
#{% endif %}
# If you need Docker to use an HTTP proxy, it can also be specified here.
#export http_proxy="http://127.0.0.1:3128/"

Loading…
Cancel
Save