From 579764eb3746f8d3028cc4ed0f2085ce437c80e3 Mon Sep 17 00:00:00 2001 From: Vallery Lancey Date: Fri, 1 Mar 2019 11:19:01 -0800 Subject: [PATCH] Tiny whitespace tweak in ingress.go --- test/e2e/upgrades/ingress.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/upgrades/ingress.go b/test/e2e/upgrades/ingress.go index c6d715d4e4..b4b94ee5df 100644 --- a/test/e2e/upgrades/ingress.go +++ b/test/e2e/upgrades/ingress.go @@ -95,6 +95,7 @@ func (t *IngressUpgradeTest) Setup(f *framework.Framework) { // Allocate a static-ip for the Ingress, this IP is cleaned up via CleanupGCEIngressController t.ipName = fmt.Sprintf("%s-static-ip", ns.Name) t.ip = t.gceController.CreateStaticIP(t.ipName) + // Create a working basic Ingress ginkgo.By(fmt.Sprintf("allocated static ip %v: %v through the GCE cloud provider", t.ipName, t.ip)) jig.CreateIngress(filepath.Join(ingress.GCEIngressManifestPath, "static-ip-2"), ns.Name, map[string]string{