diff --git a/releasenotes/notes/flannel-reboot-fix-f1382818daed4fa8.yaml b/releasenotes/notes/flannel-reboot-fix-f1382818daed4fa8.yaml new file mode 100644 index 0000000000..5764102dc9 --- /dev/null +++ b/releasenotes/notes/flannel-reboot-fix-f1382818daed4fa8.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Add iptables -P FORWARD ACCEPT unit. On node reboot, kubelet and kube-proxy + set iptables -P FORWARD DROP which doesn't work with flannel in the way we + use it. Add a systemd unit to set the rule to ACCEPT after flannel, + docker, kubelet, kube-proxy.