Merge pull request #94166 from spencerhance/ingress-test-static-ip

[Failing Test] Reserve Static IP in Ingress test
This commit is contained in:
Kubernetes Prow Robot
2020-08-24 13:52:16 -07:00
committed by GitHub

View File

@@ -136,6 +136,8 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
ginkgo.It("should support multiple TLS certs", func() {
ginkgo.By("Creating an ingress with no certs.")
_ = gceController.CreateStaticIP(ns)
jig.CreateIngress(filepath.Join(e2eingress.IngressManifestPath, "multiple-certs"), ns, map[string]string{
e2eingress.IngressStaticIPKey: ns,
}, map[string]string{})