mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
capture additional logs related to containerd
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
ed978f6549
commit
ce35b2f2e7
@ -84,6 +84,10 @@ var requiredLogs = []LogFileData{
|
|||||||
Files: []string{"/var/log/containerd.log"},
|
Files: []string{"/var/log/containerd.log"},
|
||||||
JournalctlCommand: []string{"-u", "containerd"},
|
JournalctlCommand: []string{"-u", "containerd"},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "containerd-installation.log",
|
||||||
|
JournalctlCommand: []string{"-u", "containerd-installation"},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// getLogFiles get all logs to collect after the test.
|
// getLogFiles get all logs to collect after the test.
|
||||||
|
Loading…
Reference in New Issue
Block a user