Collect dmesg from nodes

pull/6/head
Dawn Chen 2016-02-08 11:27:09 -08:00
parent b32078d89b
commit df04225eca
1 changed files with 1 additions and 0 deletions

View File

@ -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"},
}...)
}