Skip to content

Commit 5254b75

Browse files
authored
Merge pull request kubernetes#95075 from jingxu97/sep/csiproxylog
Add csiproxy log
2 parents ac519b4 + ec8c7aa commit 5254b75

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
@@ -55,7 +55,7 @@ readonly extra_log_files="${LOG_DUMP_EXTRA_FILES:-}"
5555
readonly extra_systemd_services="${LOG_DUMP_SAVE_SERVICES:-}"
5656
readonly dump_systemd_journal="${LOG_DUMP_SYSTEMD_JOURNAL:-false}"
5757
# 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"
58+
readonly windows_node_logfiles="kubelet.log kube-proxy.log docker.log docker_images.log csi-proxy.log"
5959
# Log files found in other directories on Windows nodes:
6060
readonly windows_node_otherfiles="C:\\Windows\\MEMORY.dmp"
6161

0 commit comments

Comments
 (0)