mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 16:01:09 +02:00
flannel: fix ipmasq issue
Fix issue where --ip-masq=true is passed to sh instead of flanneld.
This commit is contained in:
parent
aa5dc9d80f
commit
6c15c817e3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user