Commit dada2a18 authored by Abhi Shah's avatar Abhi Shah

Merge pull request #20840 from dchen1107/test

Collect dmesg from nodes
parents 1e6784ed df04225e
...@@ -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