Commit df04225e authored by Dawn Chen's avatar Dawn Chen

Collect dmesg from nodes

parent b32078d8
...@@ -57,6 +57,7 @@ func CoreDump(dir string) { ...@@ -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"},
}...) }...)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment