Browse Source

update calico-node command line for version 0.10.0

pull/15/head
Smaine Kahlouch 9 years ago
parent
commit
7efaf30d36
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/templates/calico/calico-node.service.j2

2
roles/network_plugin/templates/calico/calico-node.service.j2

@ -11,7 +11,7 @@ ExecStartPre={{ bin_dir }}/calicoctl checksystem --fix
{% if peer_with_router|default(false) %} {% if peer_with_router|default(false) %}
ExecStart={{ bin_dir }}/calicoctl node --ip=${DEFAULT_IPV4} --as={{ local_as }} --kubernetes ExecStart={{ bin_dir }}/calicoctl node --ip=${DEFAULT_IPV4} --as={{ local_as }} --kubernetes
{% else %} {% else %}
ExecStart={{ bin_dir }}/calicoctl node --ip=${DEFAULT_IPV4} --kubernetes ExecStart={{ bin_dir }}/calicoctl node --ip=${DEFAULT_IPV4} --kubernetes --kube-plugin-version=v0.5.0
{% endif %} {% endif %}
{% else %} {% else %}
ExecStart={{ bin_dir }}/calicoctl node --ip=${DEFAULT_IPV4} ExecStart={{ bin_dir }}/calicoctl node --ip=${DEFAULT_IPV4}

|||||||
100:0
Loading…
Cancel
Save