We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52c2ff6 + 735ab68 commit 103fb55Copy full SHA for 103fb55
cluster/log-dump/log-dump.sh
@@ -54,7 +54,7 @@ readonly systemd_services="kubelet kubelet-monitor kube-container-runtime-monito
54
readonly extra_log_files="${LOG_DUMP_EXTRA_FILES:-}"
55
readonly dump_systemd_journal="${LOG_DUMP_SYSTEMD_JOURNAL:-false}"
56
# Log files found in WINDOWS_LOGS_DIR on Windows nodes:
57
-readonly windows_node_logfiles="kubelet.log kube-proxy.log docker.log"
+readonly windows_node_logfiles="kubelet.log kube-proxy.log docker.log docker_images.log"
58
# Log files found in other directories on Windows nodes:
59
readonly windows_node_otherfiles="C:\\Windows\\MEMORY.dmp"
60
0 commit comments