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{
|
d.services = []string{
|
||||||
"node-problem-detector",
|
"node-problem-detector",
|
||||||
"kubelet",
|
"kubelet",
|
||||||
|
"containerd",
|
||||||
"docker",
|
"docker",
|
||||||
"kops-configuration",
|
"kops-configuration",
|
||||||
"protokube",
|
"protokube",
|
||||||
|
|
Loading…
Reference in New Issue