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:
@@ -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
|
||||
|
Reference in New Issue
Block a user