mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #91019 from aojea/rejected
improve error logging on e2e pod create function
This commit is contained in:
commit
6acceaeb2d
@ -452,7 +452,7 @@ func CreateExecPodOrFail(client clientset.Interface, ns, generateName string, tw
|
|||||||
}
|
}
|
||||||
return retrievedPod.Status.Phase == v1.PodRunning, nil
|
return retrievedPod.Status.Phase == v1.PodRunning, nil
|
||||||
})
|
})
|
||||||
expectNoError(err)
|
expectNoError(err, "failed to create new exec pod in namespace: %s", ns)
|
||||||
return execPod
|
return execPod
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user