mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #95075 from jingxu97/sep/csiproxylog
Add csiproxy log
This commit is contained in:
commit
5254b755cd
@ -55,7 +55,7 @@ readonly extra_log_files="${LOG_DUMP_EXTRA_FILES:-}"
|
|||||||
readonly extra_systemd_services="${LOG_DUMP_SAVE_SERVICES:-}"
|
readonly extra_systemd_services="${LOG_DUMP_SAVE_SERVICES:-}"
|
||||||
readonly dump_systemd_journal="${LOG_DUMP_SYSTEMD_JOURNAL:-false}"
|
readonly dump_systemd_journal="${LOG_DUMP_SYSTEMD_JOURNAL:-false}"
|
||||||
# Log files found in WINDOWS_LOGS_DIR on Windows nodes:
|
# 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:
|
# Log files found in other directories on Windows nodes:
|
||||||
readonly windows_node_otherfiles="C:\\Windows\\MEMORY.dmp"
|
readonly windows_node_otherfiles="C:\\Windows\\MEMORY.dmp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user