mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Collect dmesg from nodes
This commit is contained in:
parent
b32078d89b
commit
df04225eca
@ -57,6 +57,7 @@ func CoreDump(dir string) {
|
|||||||
cmds = append(cmds, []command{
|
cmds = append(cmds, []command{
|
||||||
{"cat /var/log/kubelet.log", "kubelet"},
|
{"cat /var/log/kubelet.log", "kubelet"},
|
||||||
{"cat /var/log/supervisor/supervisord.log", "supervisord"},
|
{"cat /var/log/supervisor/supervisord.log", "supervisord"},
|
||||||
|
{"cat /var/log/dmesg", "dmesg"},
|
||||||
}...)
|
}...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user