We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776ac93 commit 579764eCopy full SHA for 579764e
test/e2e/upgrades/ingress.go
@@ -95,6 +95,7 @@ func (t *IngressUpgradeTest) Setup(f *framework.Framework) {
95
// Allocate a static-ip for the Ingress, this IP is cleaned up via CleanupGCEIngressController
96
t.ipName = fmt.Sprintf("%s-static-ip", ns.Name)
97
t.ip = t.gceController.CreateStaticIP(t.ipName)
98
+
99
// Create a working basic Ingress
100
ginkgo.By(fmt.Sprintf("allocated static ip %v: %v through the GCE cloud provider", t.ipName, t.ip))
101
jig.CreateIngress(filepath.Join(ingress.GCEIngressManifestPath, "static-ip-2"), ns.Name, map[string]string{
0 commit comments