Skip to content

Commit fa32706

Browse files
committed
log-dump.sh: dump containerd by default, not docker
1 parent 51e8b5c commit fa32706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/log-dump/log-dump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ readonly gce_logfiles="startupscript.log"
5050
readonly kern_logfile="kern.log"
5151
readonly initd_logfiles="docker/log"
5252
readonly supervisord_logfiles="kubelet.log supervisor/supervisord.log supervisor/kubelet-stdout.log supervisor/kubelet-stderr.log supervisor/docker-stdout.log supervisor/docker-stderr.log"
53-
readonly systemd_services="kubelet kubelet-monitor kube-container-runtime-monitor ${LOG_DUMP_SYSTEMD_SERVICES:-docker}"
53+
readonly systemd_services="kubelet kubelet-monitor kube-container-runtime-monitor ${LOG_DUMP_SYSTEMD_SERVICES:-containerd}"
5454
readonly extra_log_files="${LOG_DUMP_EXTRA_FILES:-}"
5555
readonly extra_systemd_services="${LOG_DUMP_SAVE_SERVICES:-}"
5656
readonly dump_systemd_journal="${LOG_DUMP_SYSTEMD_JOURNAL:-false}"

0 commit comments

Comments
 (0)