mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 09:57:38 -02:30
default docker template condition
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
#DOCKER="/usr/local/bin/docker"
|
#DOCKER="/usr/local/bin/docker"
|
||||||
|
|
||||||
# Use DOCKER_OPTS to modify the daemon startup options.
|
# Use DOCKER_OPTS to modify the daemon startup options.
|
||||||
{% if kube_network_plugin is defined and kube_network_plugin == "calico" %}
|
#{% if kube_network_plugin is defined and kube_network_plugin == "calico" %}
|
||||||
DOCKER_OPTS="--bridge=cbr0 --iptables=false --ip-masq=false"
|
#DOCKER_OPTS="--bridge=cbr0 --iptables=false --ip-masq=false"
|
||||||
{% endif %}
|
#{% endif %}
|
||||||
|
|
||||||
# If you need Docker to use an HTTP proxy, it can also be specified here.
|
# If you need Docker to use an HTTP proxy, it can also be specified here.
|
||||||
#export http_proxy="http://127.0.0.1:3128/"
|
#export http_proxy="http://127.0.0.1:3128/"
|
||||||
|
|||||||
Reference in New Issue
Block a user