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
c9a8b2a4
Commit
c9a8b2a4
authored
Aug 27, 2015
by
Alex Robinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13230 from a-robinson/maintainer
Transfer maintainer responsibilities for fluentd configs/images.
parents
986d37d1
f6f8cb07
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
6 deletions
+3
-6
Dockerfile
.../addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
+2
-2
td-agent.conf
...dons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
+0
-1
Dockerfile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
+1
-1
Makefile
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
+0
-1
google-fluentd.conf
.../addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf
+0
-1
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
View file @
c9a8b2a4
# This Dockerfile will build an image that is configured
# to run Fluentd with an Elasticsearch plug-in and the
# provided configuration file.
# TODO(
satnam6502
): Use a lighter base image, e.g. some form of busybox.
# TODO(
a-robinson
): Use a lighter base image, e.g. some form of busybox.
# The image acts as an executable for the binary /usr/sbin/td-agent.
# Note that fluentd is run with root permssion to allow access to
# log files with root only access under /var/lib/docker/containers/*
...
...
@@ -9,7 +9,7 @@
# information about installing fluentd using deb package.
FROM
ubuntu:14.04
MAINTAINER
Satnam Singh "satnam
@google.com"
MAINTAINER
Alex Robinson "arob
@google.com"
# Ensure there are enough file descriptors for running Fluentd.
RUN
ulimit
-n
65536
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf
View file @
c9a8b2a4
...
...
@@ -6,7 +6,6 @@
# Elasticsearch which assumes the installation of the fluentd-elasticsearch plug-in.
# See https://github.com/uken/fluent-plugin-elasticsearch for
# more information about the plug-in.
# Maintainer: Satnam Singh (satnam@google.com)
#
# Example
# =======
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
View file @
c9a8b2a4
...
...
@@ -7,7 +7,7 @@
# in the Google Developer Console.
FROM
ubuntu:14.04
MAINTAINER
Satnam Singh "satnam
@google.com"
MAINTAINER
Alex Robinson "arob
@google.com"
# Disable prompts from apt.
ENV
DEBIAN_FRONTEND noninteractive
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile
View file @
c9a8b2a4
# The build rule builds a Docker image that logs all Docker contains logs to
# Google Compute Platform using the Cloud Logging API. The push rule pushes
# the image to DockerHub.
# Satnam Singh (satnam@google.com)
# Procedure for change:
# 1. Bump the tag number.
...
...
cluster/addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf
View file @
c9a8b2a4
...
...
@@ -4,7 +4,6 @@
# linked to from the /varlog directory using names that capture the
# pod name and container name. These logs are then submitted to
# Google Cloud Logging which assumes the installation of the cloud-logging plug-in.
# Maintainer: Satnam Singh (satnam@google.com)
#
# Example
# =======
...
...
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