Merge pull request #99912 from dims/capture-logs-from-containerd-installation-service

Capture logs from containerd-installation service
This commit is contained in:
Kubernetes Prow Robot 2021-03-08 22:53:38 -08:00 committed by GitHub
commit 40a411a61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,10 @@ var requiredLogs = []LogFileData{
Files: []string{"/var/log/containerd.log"},
JournalctlCommand: []string{"-u", "containerd"},
},
{
Name: "containerd-installation.log",
JournalctlCommand: []string{"-u", "containerd-installation"},
},
}
// getLogFiles get all logs to collect after the test.