Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
45def3f3
Commit
45def3f3
authored
Jul 23, 2015
by
Vish Kannan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11768 from mr-salty/remove-fluent-plugin-gem-update
Remove gem update for fluent-plugin-google-cloud
parents
a5080aab
98ed2e86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
Dockerfile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
+0
-3
Dockerfile
contrib/logging/fluentd-sidecar-gcp/Dockerfile
+0
-3
No files found.
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
View file @
45def3f3
...
@@ -17,9 +17,6 @@ RUN apt-get -q update && \
...
@@ -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
...
...
contrib/logging/fluentd-sidecar-gcp/Dockerfile
View file @
45def3f3
...
@@ -20,9 +20,6 @@ RUN apt-get -q update && \
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment