mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Reserve Static IP in Ingress test
This commit is contained in:
parent
1c93be24ee
commit
7c0169d976
@ -136,6 +136,8 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
|
|||||||
|
|
||||||
ginkgo.It("should support multiple TLS certs", func() {
|
ginkgo.It("should support multiple TLS certs", func() {
|
||||||
ginkgo.By("Creating an ingress with no certs.")
|
ginkgo.By("Creating an ingress with no certs.")
|
||||||
|
|
||||||
|
_ = gceController.CreateStaticIP(ns)
|
||||||
jig.CreateIngress(filepath.Join(e2eingress.IngressManifestPath, "multiple-certs"), ns, map[string]string{
|
jig.CreateIngress(filepath.Join(e2eingress.IngressManifestPath, "multiple-certs"), ns, map[string]string{
|
||||||
e2eingress.IngressStaticIPKey: ns,
|
e2eingress.IngressStaticIPKey: ns,
|
||||||
}, map[string]string{})
|
}, map[string]string{})
|
||||||
|
Loading…
Reference in New Issue
Block a user