mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
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:
commit
5430a828e1
@ -67,7 +67,7 @@ var _ = SIGDescribe("DNS", func() {
|
|||||||
Command: cmd,
|
Command: cmd,
|
||||||
Namespace: f.Namespace.Name,
|
Namespace: f.Namespace.Name,
|
||||||
PodName: testUtilsPod.Name,
|
PodName: testUtilsPod.Name,
|
||||||
ContainerName: "util",
|
ContainerName: "agnhost-container",
|
||||||
CaptureStdout: true,
|
CaptureStdout: true,
|
||||||
CaptureStderr: true,
|
CaptureStderr: true,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user