Merge "Add reno for flannel reboot fix"

This commit is contained in:
Zuul 2019-02-27 10:00:52 +00:00 committed by Gerrit Code Review
commit 138472dcf1
1 changed files with 7 additions and 0 deletions

View File

@ -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.