Make fluentd log to stdio instead of a dedicated file
This commit is contained in:
@@ -27,7 +27,10 @@ spec:
|
||||
command:
|
||||
- '/bin/sh'
|
||||
- '-c'
|
||||
- '/usr/sbin/td-agent 2>&1 >> /var/log/fluentd.log'
|
||||
- '/usr/sbin/td-agent $FLUENTD_ARGS'
|
||||
env:
|
||||
- name: FLUENTD_AGRS
|
||||
value: -q
|
||||
resources:
|
||||
limits:
|
||||
memory: 200Mi
|
||||
|
Reference in New Issue
Block a user