mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
@@ -1,5 +1,5 @@
|
||||
[Service]
|
||||
{% if ansible_os_family == "CoreOS" %}
|
||||
{% if ansible_os_family == "Container Linux by CoreOS" %}
|
||||
Environment="DOCKER_OPT_BIP=--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }}"
|
||||
{% else %}
|
||||
Environment="DOCKER_NETWORK_OPTIONS=--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }}"
|
||||
|
||||
Reference in New Issue
Block a user