mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #99912 from dims/capture-logs-from-containerd-installation-service
Capture logs from containerd-installation service
This commit is contained in:
commit
40a411a61a
@ -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