From ec8c7aa171e518ed6041b91cd4a2a895587b89b6 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Fri, 25 Sep 2020 13:39:40 -0700 Subject: [PATCH] Add csiproxy log add csiproxy log --- cluster/log-dump/log-dump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/log-dump/log-dump.sh b/cluster/log-dump/log-dump.sh index 8622f03b650..aabc3c24948 100755 --- a/cluster/log-dump/log-dump.sh +++ b/cluster/log-dump/log-dump.sh @@ -55,7 +55,7 @@ readonly extra_log_files="${LOG_DUMP_EXTRA_FILES:-}" readonly extra_systemd_services="${LOG_DUMP_SAVE_SERVICES:-}" readonly dump_systemd_journal="${LOG_DUMP_SYSTEMD_JOURNAL:-false}" # Log files found in WINDOWS_LOGS_DIR on Windows nodes: -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" # Log files found in other directories on Windows nodes: readonly windows_node_otherfiles="C:\\Windows\\MEMORY.dmp"