mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Fix Calico jinja template (systemd)
This commit is contained in:
@@ -20,6 +20,7 @@ ExecStart={{ bin_dir }}/calicoctl node run --ip={{ip | default(ansible_default_i
|
||||
ExecStart={{ bin_dir }}/calicoctl node run --ip={{ip | default(ansible_default_ipv4.address) }} --node-image={{ calico_node_image_repo }}:{{ calico_node_image_tag }} {% if calico_network_backend is defined %}--backend={{calico_network_backend }}{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user