mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
Merge pull request #1105 from eyakubovich/master
flannel: load iptables kmod prior to start
This commit is contained in:
commit
889920f116
@ -15,6 +15,7 @@ Environment="DOCKER_HOST=unix:///var/run/early-docker.sock"
|
||||
Environment="FLANNEL_VER={{flannel_ver}}"
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=1048576
|
||||
ExecStartPre=/sbin/modprobe ip_tables
|
||||
ExecStartPre=/usr/bin/mkdir -p /run/flannel
|
||||
ExecStartPre=/usr/bin/touch /run/flannel/options.env
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user