Skip to content

Commit

Permalink
Add iptables workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Sep 24, 2021
1 parent 76853c9 commit 35cfc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ test-e2e-run: generate-e2e-templates $(ENVSUBST) $(KUBECTL) $(GINKGO) ## Run e2e

.PHONY: test-e2e
test-e2e: ## Run e2e tests
iptables -t mangle -A POSTROUTING -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu && \
PULL_POLICY=IfNotPresent MANAGER_IMAGE=$(CONTROLLER_IMG)-$(ARCH):$(TAG) \
$(MAKE) docker-build docker-push \
test-e2e-run
Expand Down

0 comments on commit 35cfc21

Please sign in to comment.