Fail(fmt.Sprintf("Failed to create service: %v",err))
}
deferfunc(){
c.Services(api.NamespaceDefault).Delete(svc.Name)
}()
// TODO: we don't have a way to wait for a service to be "running". // If this proves flaky, then we will need to retry the clientPod or insert a sleep.
...
...
@@ -305,13 +299,11 @@ var _ = Describe("Pods", func() {