mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-03 15:25:19 +00:00
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:
@@ -94,7 +94,7 @@ var _ = SIGDescribe("Daemon set [Serial]", func() {
|
||||
|
||||
f = framework.NewDefaultFramework("daemonsets")
|
||||
|
||||
image := NginxImage
|
||||
image := WebserverImage
|
||||
dsName := "daemon-set"
|
||||
|
||||
var ns string
|
||||
|
||||
Reference in New Issue
Block a user