|
|
@ -8,9 +8,9 @@ After=docker.service etcd2.service |
|
|
|
User=root |
|
|
|
PermissionsStartOnly=true |
|
|
|
{% if inventory_hostname in groups['kube-node'] and peer_with_router|default(false)%} |
|
|
|
ExecStart={{ bin_dir }}/calicoctl node --kubernetes --ip=${DEFAULT_IPV4} --as={{ local_as }} --detach=false |
|
|
|
ExecStart={{ bin_dir }}/calicoctl node --kubernetes --ip={{ip | default(ansible_default_ipv4.address) }} --as={{ local_as }} --detach=false |
|
|
|
{% else %} |
|
|
|
ExecStart={{ bin_dir }}/calicoctl node --kubernetes --ip=${DEFAULT_IPV4} --detach=false |
|
|
|
ExecStart={{ bin_dir }}/calicoctl node --kubernetes --ip={{ip | default(ansible_default_ipv4.address) }} --detach=false |
|
|
|
{% endif %} |
|
|
|
Restart=always |
|
|
|
Restart=10 |
|
|
|