mirror of https://github.com/k3s-io/k3s
Collect dmesg from nodes
parent
b32078d89b
commit
df04225eca
|
@ -57,6 +57,7 @@ func CoreDump(dir string) {
|
|||
cmds = append(cmds, []command{
|
||||
{"cat /var/log/kubelet.log", "kubelet"},
|
||||
{"cat /var/log/supervisor/supervisord.log", "supervisord"},
|
||||
{"cat /var/log/dmesg", "dmesg"},
|
||||
}...)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue