mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 09:34:40 +00:00
Fix typo in plug-in
This commit is contained in:
parent
d7b1550d3d
commit
a92dc444e6
@ -27,7 +27,7 @@ RUN /usr/bin/curl -L http://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-t
|
|||||||
# Needed to allow access to /var/log/docker/... files.
|
# Needed to allow access to /var/log/docker/... files.
|
||||||
RUN sed -i -e "s/USER=td-agent/USER=root/" -e "s/GROUP=td-agent/GROUP=root/" /etc/init.d/td-agent
|
RUN sed -i -e "s/USER=td-agent/USER=root/" -e "s/GROUP=td-agent/GROUP=root/" /etc/init.d/td-agent
|
||||||
|
|
||||||
# Install the Elasticsearch Fluentd plug0in.
|
# Install the Elasticsearch Fluentd plug-in.
|
||||||
RUN /usr/sbin/td-agent-gem install fluent-plugin-elasticsearch
|
RUN /usr/sbin/td-agent-gem install fluent-plugin-elasticsearch
|
||||||
|
|
||||||
# Copy the Fluentd configuration file.
|
# Copy the Fluentd configuration file.
|
||||||
|
Loading…
Reference in New Issue
Block a user