From 2430f23445fb5b5d2f667403b37f20d078aa544d Mon Sep 17 00:00:00 2001 From: Pavithra Ramesh Date: Thu, 22 Apr 2021 13:17:10 -0700 Subject: [PATCH] Use a less-common port for e2e test http pod. 8080 is a common port that is more likely to cause conflicts when used in hostNetwork mode for tests. --- test/e2e/framework/network/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/network/utils.go b/test/e2e/framework/network/utils.go index 691e2e9791a..082e7e5f0d8 100644 --- a/test/e2e/framework/network/utils.go +++ b/test/e2e/framework/network/utils.go @@ -51,7 +51,7 @@ import ( const ( // EndpointHTTPPort is an endpoint HTTP port for testing. - EndpointHTTPPort = 8080 + EndpointHTTPPort = 8083 // EndpointUDPPort is an endpoint UDP port for testing. EndpointUDPPort = 8081 // EndpointSCTPPort is an endpoint SCTP port for testing.