mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Update cluster-autoscaler logging config
Previously it would duplicate all logs, writing to master /var/log and /tmp inside pod.
This commit is contained in:
parent
0597a85f51
commit
b6574bd7b9
@ -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}}"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user