Skip to content

Commit

Permalink
修复calico多网卡IP选取问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgao1983 committed Dec 29, 2017
1 parent 60dd31e commit 9615547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/calico/templates/calico-node.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ExecStart={{ bin_dir }}/docker run --net=host --privileged --name=calico-node \
-e FELIX_LOGSEVERITYSCREEN=info \
-e FELIX_IPINIPMTU=1440 \
-e FELIX_HEALTHENABLED=true \
-e IP= \
-e IP={{ NODE_IP }} \
-v /etc/calico/ssl:/etc/calico/ssl \
-v /var/run/calico:/var/run/calico \
-v /lib/modules:/lib/modules \
Expand Down

0 comments on commit 9615547

Please sign in to comment.