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.
1 parent f99ed92 commit ec8c7aaCopy full SHA for ec8c7aa
cluster/log-dump/log-dump.sh
@@ -55,7 +55,7 @@ readonly extra_log_files="${LOG_DUMP_EXTRA_FILES:-}"
55
readonly extra_systemd_services="${LOG_DUMP_SAVE_SERVICES:-}"
56
readonly dump_systemd_journal="${LOG_DUMP_SYSTEMD_JOURNAL:-false}"
57
# Log files found in WINDOWS_LOGS_DIR on Windows nodes:
58
-readonly windows_node_logfiles="kubelet.log kube-proxy.log docker.log docker_images.log"
+readonly windows_node_logfiles="kubelet.log kube-proxy.log docker.log docker_images.log csi-proxy.log"
59
# Log files found in other directories on Windows nodes:
60
readonly windows_node_otherfiles="C:\\Windows\\MEMORY.dmp"
61
0 commit comments