diff --git a/test/e2e/upgrades/ingress.go b/test/e2e/upgrades/ingress.go index c6d715d4e44..b4b94ee5df4 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{