diff --git a/test/e2e/cluster_upgrade.go b/test/e2e/cluster_upgrade.go index 2a31c6e5c9b..d00efceefe0 100644 --- a/test/e2e/cluster_upgrade.go +++ b/test/e2e/cluster_upgrade.go @@ -287,7 +287,7 @@ func testService(f *framework.Framework, sem *chaosmonkey.Semaphore, testDuringD // Get info to hit it with tcpIngressIP := getIngressPoint(&tcpService.Status.LoadBalancer.Ingress[0]) - svcPort := tcpService.Spec.Ports[0].Port + svcPort := int(tcpService.Spec.Ports[0].Port) By("creating pod to be part of service " + serviceName) // TODO newRCTemplate only allows for the creation of one replica... that probably won't