mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
Add an e2e image puller static pod
This commit is contained in:
@@ -209,6 +209,8 @@ func (f *Framework) AfterEach() {
|
||||
// Print events if the test failed.
|
||||
if CurrentGinkgoTestDescription().Failed && TestContext.DumpLogsOnFailure {
|
||||
DumpAllNamespaceInfo(f.Client, f.Namespace.Name)
|
||||
By(fmt.Sprintf("Dumping a list of prepulled images on each node"))
|
||||
LogPodsWithLabels(f.Client, api.NamespaceSystem, ImagePullerLabels)
|
||||
}
|
||||
|
||||
summaries := make([]TestDataSummary, 0)
|
||||
|
||||
Reference in New Issue
Block a user