mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #89634 from YangLu1031/master
Fix dumping docker images log
This commit is contained in:
		@@ -54,7 +54,7 @@ readonly systemd_services="kubelet kubelet-monitor kube-container-runtime-monito
 | 
			
		||||
readonly extra_log_files="${LOG_DUMP_EXTRA_FILES:-}"
 | 
			
		||||
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"
 | 
			
		||||
readonly windows_node_logfiles="kubelet.log kube-proxy.log docker.log docker_images.log"
 | 
			
		||||
# Log files found in other directories on Windows nodes:
 | 
			
		||||
readonly windows_node_otherfiles="C:\\Windows\\MEMORY.dmp"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user