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
commit 5430a828e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
})