mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
Merge pull request #22275 from gmarek/flake
Auto commit by PR queue bot
This commit is contained in:
@@ -1967,6 +1967,7 @@ func startPods(c *client.Client, replicas int, namespace string, podNamePrefix s
|
||||
_, err := c.Pods(namespace).Create(&pod)
|
||||
expectNoError(err)
|
||||
}
|
||||
Logf("Waiting for running...")
|
||||
if waitForRunning {
|
||||
label := labels.SelectorFromSet(labels.Set(map[string]string{"startPodsID": startPodsID}))
|
||||
err := waitForPodsWithLabelRunning(c, namespace, label)
|
||||
|
Reference in New Issue
Block a user