Capture logs from the containerd service

This commit is contained in:
Ciprian Hacman 2021-07-03 08:03:12 +03:00
parent b8c0b02946
commit acae316957
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ func NewLogDumper(sshConfig *ssh.ClientConfig, artifactsDir string) *logDumper {
d.services = []string{ d.services = []string{
"node-problem-detector", "node-problem-detector",
"kubelet", "kubelet",
"containerd",
"docker", "docker",
"kops-configuration", "kops-configuration",
"protokube", "protokube",