DescomplicandoKubernetes icon indicating copy to clipboard operation
DescomplicandoKubernetes copied to clipboard

Ajuste install CentOS

Open igormarcel opened this issue 4 years ago • 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

igormarcel avatar May 16 '20 21:05 igormarcel