mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
GCI: fix the issue #26379
This commit is contained in:
parent
0d3be6a316
commit
64ffe90501
@ -356,6 +356,11 @@ function start-kubelet {
|
||||
fi
|
||||
echo "KUBELET_OPTS=\"${flags}\"" > /etc/default/kubelet
|
||||
|
||||
# Delete docker0 to avoid interference
|
||||
iptables -t nat -F || true
|
||||
ip link set docker0 down || true
|
||||
brctl delbr docker0 || true
|
||||
|
||||
systemctl start kubelet.service
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user