c12s-kubespray/roles/network_plugin/flannel/templates/docker-systemd

3 lines
153 B
Plaintext

[Service]
Environment="DOCKER_OPTS=--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }} {% if docker_options is defined %}{{ docker_options }}{% endif %}"