cihatdogan / kubernetes

0 stars 0 forks source link

update the iptables of Linux to enable them to see bridged traffic correctly #4

Open cihatdogan opened 1 month ago

cihatdogan commented 1 month ago

cat<< EOF | sudo tee /etc/sysctl.d/k8conf.conf net.bridge.bridge-nf-call-ip6tables = 1 net.bridge.bridge-nf-call-iptables = 1 EOF

sudo sysctl --system

cihatdogan commented 1 month ago

Nodes can communicate with each other