Add ipv6 support to [sig-apps] StatefulSet e2e test

Use httpd docker images instead of nginx because they listen
by default both in IPv4 and IPv6
This commit is contained in:
Antonio Ojea
2019-06-10 17:59:26 +02:00
parent 8ce45b642e
commit 410df752cd
8 changed files with 64 additions and 58 deletions

View File

@@ -94,7 +94,7 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
f = framework.NewDefaultFramework("daemonsets")
image := NginxImage
image := WebserverImage
dsName := "daemon-set"
var ns string