Skip to content

Commit 103fb55

Browse files
authored
Merge pull request kubernetes#89634 from YangLu1031/master
Fix dumping docker images log
2 parents 52c2ff6 + 735ab68 commit 103fb55

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)