Hey for all of you hand-rolling a Kubernetes / Docker cluster, I thought I’d mention a bug with Centos 7.x that is still yet to be fixed. The error is: /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory. The fix is simple. Just execute the following command (as root). $ modprobe -v br_netfilter Problem solved. If you…