mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #45017 from MaciekPytel/ca_logging
Automatic merge from submit-queue Update cluster-autoscaler logging config Previously cluster-autoscaler would duplicate all logs, writing to master /var/log and /tmp inside pod.
This commit is contained in:
		@@ -30,7 +30,7 @@
 | 
				
			|||||||
                    "./run.sh",
 | 
					                    "./run.sh",
 | 
				
			||||||
                    "--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",
 | 
					                    "--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",
 | 
				
			||||||
                    "--v=4",
 | 
					                    "--v=4",
 | 
				
			||||||
                    "--stderrthreshold=info",
 | 
					                    "--logtostderr=true",
 | 
				
			||||||
                    "--write-status-configmap=true",
 | 
					                    "--write-status-configmap=true",
 | 
				
			||||||
                    "{{params}}"
 | 
					                    "{{params}}"
 | 
				
			||||||
                ],
 | 
					                ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user