Skip to content

Commit 1a37266

Browse files
authored
Merge pull request kubernetes#95411 from MHBauer/log-containerd
always collect containerd logs during e2e-node tests
2 parents 8bc8b11 + 459a20c commit 1a37266

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/e2e_node/services/logs.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ var requiredLogs = []LogFileData{
7979
Files: []string{"/var/log/docker.log", "/var/log/upstart/docker.log"},
8080
JournalctlCommand: []string{"-u", "docker"},
8181
},
82+
{
83+
Name: "containerd.log",
84+
Files: []string{"/var/log/containerd.log"},
85+
JournalctlCommand: []string{"-u", "containerd"},
86+
},
8287
}
8388

8489
// getLogFiles get all logs to collect after the test.

0 commit comments

Comments
 (0)