mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #1835 from satnam6502/fluentd-es-image
Pass arguments to td-agent with unquoted spaces
This commit is contained in:
commit
de7d625d24
@ -26,4 +26,4 @@ OUTER_HOST=`tail -n 1 /outerhost | awk '{print $3}'`
|
|||||||
# service IPs are done.
|
# service IPs are done.
|
||||||
# Adjust the name of the host machine for %ES_HOST%. HACK!
|
# Adjust the name of the host machine for %ES_HOST%. HACK!
|
||||||
sed -i -e "s/\%ES_HOST\%/${OUTER_HOST}/" /etc/td-agent/td-agent.conf
|
sed -i -e "s/\%ES_HOST\%/${OUTER_HOST}/" /etc/td-agent/td-agent.conf
|
||||||
/usr/sbin/td-agent $@
|
/usr/sbin/td-agent "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user