mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-27 22:05:11 -02:30
lay down a systemd dropin instead of the /run/flannel_docker_opts.env symlink
This commit is contained in:
2
roles/network_plugin/flannel/templates/docker-systemd
Normal file
2
roles/network_plugin/flannel/templates/docker-systemd
Normal file
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
Environment="DOCKER_OPTS=--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }} {% if docker_options is defined %}{{ docker_options }}{% endif %}"
|
||||
Reference in New Issue
Block a user