k3s/cluster/addons/fluentd-gcp/fluentd-gcp-image
Todd Derr 98ed2e8606 Remove gem update for fluent-plugin-google-cloud
This was originally submitted to pick up v0.3.1 of the cloud logging
plugin which had a fix for the name 'metadata' failing to resolve.
Since new releases of google-fluentd have this fix, it is no longer
required.

I've done some additional testing of 'gem update' behavior in the interim
and I think it is ok to use in targeted situations, but we should not be
doing an unconstrained update in general. The issue is that updating a
gem may bring new dependencies, some of those dependencies may include
native code, so it may try to launch a compiler, which isn't desirable
and prone to failure.

If we do need to grab an updated gem in the future we should specify an
explicit version and the --minimal-deps flag.
2015-07-23 15:06:56 -04:00
..
Dockerfile Remove gem update for fluent-plugin-google-cloud 2015-07-23 15:06:56 -04:00
Makefile Configure fluentd to collect additional log files, including master log files. 2015-07-01 20:07:47 +00:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
google-fluentd.conf Add limits to the fluentd buffer size. 2015-07-03 23:24:08 +00:00

README.md

Collecting Docker Log Files with Fluentd and sending to GCP.

This directory contains the source files needed to make a Docker image that collects Docker container log files using Fluentd and sends them to GCP. This image is designed to be used as part of the Kubernetes cluster bring up process. The image resides at DockerHub under the name kubernetes/fluentd-gcp.

Analytics