mirror of https://github.com/istio/istio.io.git
Test iptables fix (#10385)
This commit is contained in:
parent
65c240814e
commit
30a826dc62
|
@ -18,6 +18,9 @@ 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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue