Commit c8773044 authored by Mik Vyatskov's avatar Mik Vyatskov

Enable partial success in fluentd-gcp

Signed-off-by: 's avatarMik Vyatskov <vmik@google.com>
parent 90c09c75
......@@ -402,6 +402,8 @@ data:
# the necessary resource types when this label is set.
"logging.googleapis.com/k8s_compatibility": "true"
}
# Only drop failed entries partially, instead of dropping the whole request.
partial_success true
</match>
# Keep a smaller buffer here since these logs are less important than the user's
......@@ -430,9 +432,10 @@ data:
# the necessary resource types when this label is set.
"logging.googleapis.com/k8s_compatibility": "true"
}
partial_success true
</match>
metadata:
name: fluentd-gcp-config-v1.2.4
name: fluentd-gcp-config-v1.2.5
namespace: kube-system
labels:
addonmanager.kubernetes.io/mode: Reconcile
......@@ -108,4 +108,4 @@ spec:
path: /var/lib/docker/containers
- name: config-volume
configMap:
name: fluentd-gcp-config-v1.2.4
name: fluentd-gcp-config-v1.2.5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment