Update fluentd-gcp to use a new google-fluentd build with my recent

changes to fluent-plugin-google-cloud to attach Kubernetes metadata to
logs.

Along with this, separate logs from containers in the cluster out from
logs from the daemons running on the node by instantiating two instances
of the output plugin, one which uses the new metadata (for containers)
and one which doesn't (for things like docker and the kubelet).
This commit is contained in:
Alex Robinson
2015-09-11 16:53:18 -07:00
parent f691dca96e
commit 8040f75594
4 changed files with 24 additions and 6 deletions

View File

@@ -169,7 +169,7 @@ metadata:
spec:
containers:
- name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.12
image: gcr.io/google_containers/fluentd-gcp:1.13
resources:
limits:
cpu: 100m