Skip to content

Commit

Permalink
fix: forward policy to accept
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed May 13, 2021
1 parent d1086bb commit 34fb475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/images/start-cniserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ do
fi
done

iptables -P FORWARD ACCEPT
iptables-nft -P FORWARD ACCEPT

# wait kube-ovn-controller ready
kubectl rollout status deployment/kube-ovn-controller -n "$(cat /run/secrets/kubernetes.io/serviceaccount/namespace)"
sleep 1
Expand Down

0 comments on commit 34fb475

Please sign in to comment.