We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f221dbb + fdec0ee commit 4838ac9Copy full SHA for 4838ac9
test/e2e/windows/service.go
@@ -62,6 +62,7 @@ var _ = SIGDescribe("Services", func() {
62
//using hybrid_network methods
63
ginkgo.By("creating Windows testing Pod")
64
windowsPod := createTestPod(f, windowsBusyBoximage, windowsOS)
65
+ windowsPod = f.PodClient().CreateSync(windowsPod)
66
67
ginkgo.By(fmt.Sprintf("checking connectivity Pod to curl http://%s:%d", nodeIP, nodePort))
68
assertConsistentConnectivity(f, windowsPod.ObjectMeta.Name, windowsOS, windowsCheck(fmt.Sprintf("http://%s:%d", nodeIP, nodePort)))
0 commit comments