mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-19 05:31:26 -03:30
3 lines
185 B
Django/Jinja
3 lines
185 B
Django/Jinja
[Service]
|
|
Environment="DOCKER_OPTS={% if docker_options is defined %}{{ docker_options }}{% endif %} --iptables={% if kube_network_plugin == 'flannel' %}true{% else %}false{% endif %}"
|