mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
e2e: collect supervisord.log
monit has been replaced with supervisord. Collect its log instead.
This commit is contained in:
parent
35d05093f7
commit
be179ffc41
@ -53,7 +53,7 @@ func CoreDump(dir string) {
|
||||
cmds := []command{
|
||||
{"cat /var/log/kubelet.log", "kubelet"},
|
||||
{"cat /var/log/kube-proxy.log", "kube-proxy"},
|
||||
{"cat /var/log/monit.log", "monit"},
|
||||
{"cat /var/log/supervisor/supervisord.log", "supervisord"},
|
||||
}
|
||||
logCore(cmds, hosts, dir, provider)
|
||||
|
||||
@ -69,7 +69,7 @@ func CoreDump(dir string) {
|
||||
{"cat /var/log/kube-apiserver.log", "kube-apiserver"},
|
||||
{"cat /var/log/kube-scheduler.log", "kube-scheduler"},
|
||||
{"cat /var/log/kube-controller-manager.log", "kube-controller-manager"},
|
||||
{"cat /var/log/monit.log", "monit"},
|
||||
{"cat /var/log/supervisor/supervisord.log", "supervisord"},
|
||||
}
|
||||
logCore(cmds, []string{master}, dir, provider)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user