Skip to content

Commit

Permalink
Remove iptables workaround for the GKE Docker netowrking failure (ist…
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Van Norman authored Oct 11, 2021
1 parent 2e42d37 commit b5a7f31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ set -o errexit
set -o nounset
set -o pipefail

# Workaround https://github.com/kubernetes/test-infra/issues/23741. Should be removed once its fixed upstream
iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu

export ISTIO_REMOTE=${ISTIO_REMOTE:-origin}
export ISTIO_BRANCH=${ISTIO_BRANCH:-master}

Expand Down

0 comments on commit b5a7f31

Please sign in to comment.