add 1 to bridge-nf-call-iptables (#5735)
add 1 to /proc/sys/net/bridge/bridge-nf-call-iptables, since pre-flight checks fail when doing `kubeadm init`, if the file value is not 1.
This commit is contained in:
committed by
Steve Perry
parent
68bf20e8ec
commit
4a9926b25d
@@ -16,6 +16,9 @@ This page shows how to use install kubeadm.
|
||||
* Unique MAC address and product_uuid for every node
|
||||
* Certain ports are open on your machines. See the section below for more details
|
||||
* Swap disabled. You must disable swap in order for the kubelet to work properly.
|
||||
* Set `/proc/sys/net/bridge/bridge-nf-call-iptables` to `1` by running `sysctl net.bridge.bridge-nf-call-iptables=1`
|
||||
to pass bridged IPv4 traffic to iptables' chains. This is a requirement for CNI plugins to work, for more information
|
||||
please see [here](https://kubernetes.io/docs/concepts/cluster-administration/network-plugins/#network-plugin-requirements).
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user