Merge pull request #75244 from aojea/e2e_ipv6_health

Add ipv6 support to the e2e healthz test
k3s-v1.15.3
Kubernetes Prow Robot 2019-04-17 13:40:04 -07:00 committed by GitHub
commit 462d909f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ var _ = framework.KubeDescribe("Probing container", func() {
Containers: []v1.Container{
{
Name: "liveness",
Image: imageutils.GetE2EImage(imageutils.Nginx),
Image: imageutils.GetE2EImage(imageutils.TestWebserver),
Ports: []v1.ContainerPort{{ContainerPort: 80}},
LivenessProbe: &v1.Probe{
Handler: v1.Handler{