Skip to content

Commit c9a8b2a

Browse files
committed
Merge pull request kubernetes#13230 from a-robinson/maintainer
Transfer maintainer responsibilities for fluentd configs/images.
2 parents 986d37d + f6f8cb0 commit c9a8b2a

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

cluster/addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# This Dockerfile will build an image that is configured
22
# to run Fluentd with an Elasticsearch plug-in and the
33
# provided configuration file.
4-
# TODO(satnam6502): Use a lighter base image, e.g. some form of busybox.
4+
# TODO(a-robinson): Use a lighter base image, e.g. some form of busybox.
55
# The image acts as an executable for the binary /usr/sbin/td-agent.
66
# Note that fluentd is run with root permssion to allow access to
77
# log files with root only access under /var/lib/docker/containers/*
88
# Please see http://docs.fluentd.org/articles/install-by-deb for more
99
# information about installing fluentd using deb package.
1010

1111
FROM ubuntu:14.04
12-
MAINTAINER Satnam Singh "satnam@google.com"
12+
MAINTAINER Alex Robinson "arob@google.com"
1313

1414
# Ensure there are enough file descriptors for running Fluentd.
1515
RUN ulimit -n 65536

cluster/addons/fluentd-elasticsearch/fluentd-es-image/td-agent.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# Elasticsearch which assumes the installation of the fluentd-elasticsearch plug-in.
77
# See https://github.com/uken/fluent-plugin-elasticsearch for
88
# more information about the plug-in.
9-
# Maintainer: Satnam Singh ([email protected])
109
#
1110
# Example
1211
# =======

cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# in the Google Developer Console.
88

99
FROM ubuntu:14.04
10-
MAINTAINER Satnam Singh "satnam@google.com"
10+
MAINTAINER Alex Robinson "arob@google.com"
1111

1212
# Disable prompts from apt.
1313
ENV DEBIAN_FRONTEND noninteractive

cluster/addons/fluentd-gcp/fluentd-gcp-image/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# The build rule builds a Docker image that logs all Docker contains logs to
22
# Google Compute Platform using the Cloud Logging API. The push rule pushes
33
# the image to DockerHub.
4-
# Satnam Singh ([email protected])
54

65
# Procedure for change:
76
# 1. Bump the tag number.

cluster/addons/fluentd-gcp/fluentd-gcp-image/google-fluentd.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# linked to from the /varlog directory using names that capture the
55
# pod name and container name. These logs are then submitted to
66
# Google Cloud Logging which assumes the installation of the cloud-logging plug-in.
7-
# Maintainer: Satnam Singh ([email protected])
87
#
98
# Example
109
# =======

0 commit comments

Comments
 (0)