Skip to content

Commit f0d3eb0

Browse files
committed
Merge pull request #3130 from mboersma/fix-nf-conntrack
fix(user-data): ensure nf_conntrack kernel module is loaded
2 parents 970515f + 37cc14f commit f0d3eb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/coreos/user-data.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ coreos:
7373

7474
[Service]
7575
Type=oneshot
76+
ExecStartPre=/usr/sbin/modprobe nf_conntrack
7677
ExecStart=/bin/sh -c "sysctl -w net.netfilter.nf_conntrack_max=262144"
7778
write_files:
7879
- path: /etc/deis-release

0 commit comments

Comments
 (0)