mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Merge pull request #68064 from gianrubio/fluentd-signal
fluentd doesn't receive the signal TERM
This commit is contained in:
		@@ -55,4 +55,4 @@ EXPOSE 80
 | 
			
		||||
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
 | 
			
		||||
 | 
			
		||||
# Start Fluentd to pick up our config that watches Docker container logs.
 | 
			
		||||
CMD /run.sh $FLUENTD_ARGS
 | 
			
		||||
CMD ["/run.sh"]
 | 
			
		||||
 
 | 
			
		||||
@@ -20,4 +20,4 @@
 | 
			
		||||
# For systems without journald
 | 
			
		||||
mkdir -p /var/log/journal
 | 
			
		||||
 | 
			
		||||
exec /usr/local/bin/fluentd $@
 | 
			
		||||
exec /usr/local/bin/fluentd $FLUENTD_ARGS
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user