mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-08-08 23:37:11 +00:00
Wait the readiness of pods for all the containers generate logs
This commit is contained in:
@@ -282,6 +282,9 @@ var _ = SIGDescribe("Kubectl logs", func() {
|
||||
framework.Failf("Failed to wait for Deployment to complete: %v", err)
|
||||
}
|
||||
|
||||
if err = e2epod.WaitForPodsRunningReady(ctx, c, ns, 2, framework.PodStartTimeout); err != nil {
|
||||
framework.Failf("Failed to wait for Pods are running: %v", err)
|
||||
}
|
||||
})
|
||||
|
||||
ginkgo.AfterEach(func() {
|
||||
|
||||
Reference in New Issue
Block a user