Merge pull request #95150 from adelina-t/patch-2

Fix test "[sig-windows] DNS should support configurable pod DNS servers"
This commit is contained in:
Kubernetes Prow Robot
2020-10-06 14:14:42 -07:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ var _ = SIGDescribe("DNS", func() {
Command: cmd,
Namespace: f.Namespace.Name,
PodName: testUtilsPod.Name,
ContainerName: "util",
ContainerName: "agnhost-container",
CaptureStdout: true,
CaptureStderr: true,
})