mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-06 17:30:35 +00:00
Automatic merge from submit-queue (batch tested with PRs 39486, 37288, 39477, 39455, 39542) kubeadm: updated preflight to check for bridge-nf Added a preflight check to determine if /proc/sys/net/bridge/bridge-nf-call-iptables is set to 1 (see http://kubernetes.io/docs/admin/network-plugins/#network-plugin-requirements). Fixes https://github.com/kubernetes/kubeadm/issues/99 /cc @pires @luxas **Release note**: `NONE`