Skip to content

Commit

Permalink
e2e: fix sysctl settings that break cilium CNI on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
askervin committed Sep 14, 2021
1 parent 9e4bc54 commit f379ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/lib/distro.bash
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ touch /etc/sysctl.d/k8s.conf
echo "net.bridge.bridge-nf-call-ip6tables = 1" >> /etc/sysctl.d/k8s.conf
echo "net.bridge.bridge-nf-call-iptables = 1" >> /etc/sysctl.d/k8s.conf
echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.d/k8s.conf
echo "net.ipv4.conf.*.rp_filter = 0" >> /etc/sysctl.d/k8s.conf
/sbin/sysctl -p /etc/sysctl.d/k8s.conf
EOF
}
Expand Down

0 comments on commit f379ca9

Please sign in to comment.