mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Merge pull request #11768 from mr-salty/remove-fluent-plugin-gem-update
Remove gem update for fluent-plugin-google-cloud
This commit is contained in:
commit
45def3f3f3
@ -17,9 +17,6 @@ RUN apt-get -q update && \
|
|||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash
|
curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash
|
||||||
|
|
||||||
# Update gem for fluent-plugin-google-cloud
|
|
||||||
RUN /usr/sbin/google-fluentd-gem update fluent-plugin-google-cloud
|
|
||||||
|
|
||||||
# Copy the Fluentd configuration file for logging Docker container logs.
|
# Copy the Fluentd configuration file for logging Docker container logs.
|
||||||
COPY google-fluentd.conf /etc/google-fluentd/google-fluentd.conf
|
COPY google-fluentd.conf /etc/google-fluentd/google-fluentd.conf
|
||||||
|
|
||||||
|
@ -20,9 +20,6 @@ RUN apt-get -q update && \
|
|||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash
|
curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash
|
||||||
|
|
||||||
# Update gem for fluent-plugin-google-cloud
|
|
||||||
RUN /usr/sbin/google-fluentd-gem update fluent-plugin-google-cloud
|
|
||||||
|
|
||||||
# Copy the configuration file generator for creating input configurations for
|
# Copy the configuration file generator for creating input configurations for
|
||||||
# each file specified in the FILES_TO_COLLECT environment variable.
|
# each file specified in the FILES_TO_COLLECT environment variable.
|
||||||
COPY config_generator.sh /usr/local/sbin/config_generator.sh
|
COPY config_generator.sh /usr/local/sbin/config_generator.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user