badtuxx/DescomplicandoKubernetes

Ajuste install CentOS

igormarcel opened this issue · 0 comments

Ajuste no arquivo sysct

cat <<EOF | sudo tee /etc/sysctl.d/k8s.conf

net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
EOF

sysctl --system