mirror of https://github.com/kubernetes/kops.git
Capture logs from the containerd service
This commit is contained in:
parent
b8c0b02946
commit
acae316957
|
@ -56,6 +56,7 @@ func NewLogDumper(sshConfig *ssh.ClientConfig, artifactsDir string) *logDumper {
|
|||
d.services = []string{
|
||||
"node-problem-detector",
|
||||
"kubelet",
|
||||
"containerd",
|
||||
"docker",
|
||||
"kops-configuration",
|
||||
"protokube",
|
||||
|
|
Loading…
Reference in New Issue