flannel: fix ipmasq issue

Fix issue where --ip-masq=true is passed to sh instead of flanneld.
This commit is contained in:
Andrew Jeddeloh 2016-07-05 13:19:30 -07:00
parent aa5dc9d80f
commit 6c15c817e3

View File

@ -35,6 +35,7 @@ ExecStart=/usr/bin/rkt run --net=host \
--mount volume=certs,target=/etc/ssl/certs \ --mount volume=certs,target=/etc/ssl/certs \
--mount volume=resolv,target=/etc/resolv.conf \ --mount volume=resolv,target=/etc/resolv.conf \
${FLANNEL_IMG}:${FLANNEL_VER} \ ${FLANNEL_IMG}:${FLANNEL_VER} \
--exec /opt/bin/flanneld \
-- --ip-masq=true -- --ip-masq=true
# Update docker options # Update docker options