mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Fix config file names inside fluentd-gcp image
This commit is contained in:
parent
dbc4121e16
commit
d478307106
@ -53,8 +53,9 @@ RUN apt-get -qq update && \
|
|||||||
# Copy the Fluentd configuration files for logging Docker container logs.
|
# Copy the Fluentd configuration files for logging Docker container logs.
|
||||||
# Either configuration file can be used by specifying `-c <file>` as a command
|
# Either configuration file can be used by specifying `-c <file>` as a command
|
||||||
# line argument.
|
# line argument.
|
||||||
COPY google-fluentd.conf /etc/td-agent/google-fluentd.conf
|
RUN rm /etc/td-agent/td-agent.conf
|
||||||
COPY google-fluentd-journal.conf /etc/td-agent/google-fluentd-journal.conf
|
COPY google-fluentd.conf /etc/td-agent/td-agent.conf
|
||||||
|
COPY google-fluentd-journal.conf /etc/td-agent/td-agent-journal.conf
|
||||||
|
|
||||||
# Start Fluentd to pick up our config that watches Docker container logs.
|
# Start Fluentd to pick up our config that watches Docker container logs.
|
||||||
CMD /usr/sbin/td-agent "$FLUENTD_ARGS"
|
CMD /usr/sbin/td-agent $FLUENTD_ARGS
|
||||||
|
Loading…
Reference in New Issue
Block a user