Skip to content

Commit 735ab68

Browse files
committed
Fix docker image log dump
1 parent e03c775 commit 735ab68

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
@@ -54,7 +54,7 @@ readonly systemd_services="kubelet kubelet-monitor kube-container-runtime-monito
5454
readonly extra_log_files="${LOG_DUMP_EXTRA_FILES:-}"
5555
readonly dump_systemd_journal="${LOG_DUMP_SYSTEMD_JOURNAL:-false}"
5656
# Log files found in WINDOWS_LOGS_DIR on Windows nodes:
57-
readonly windows_node_logfiles="kubelet.log kube-proxy.log docker.log"
57+
readonly windows_node_logfiles="kubelet.log kube-proxy.log docker.log docker_images.log"
5858
# Log files found in other directories on Windows nodes:
5959
readonly windows_node_otherfiles="C:\\Windows\\MEMORY.dmp"
6060

0 commit comments

Comments
 (0)