mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Enable partial success in fluentd-gcp
Signed-off-by: Mik Vyatskov <vmik@google.com>
This commit is contained in:
parent
90c09c75d6
commit
c8773044ea
@ -402,6 +402,8 @@ data:
|
|||||||
# the necessary resource types when this label is set.
|
# the necessary resource types when this label is set.
|
||||||
"logging.googleapis.com/k8s_compatibility": "true"
|
"logging.googleapis.com/k8s_compatibility": "true"
|
||||||
}
|
}
|
||||||
|
# Only drop failed entries partially, instead of dropping the whole request.
|
||||||
|
partial_success true
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
# Keep a smaller buffer here since these logs are less important than the user's
|
# 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.
|
# the necessary resource types when this label is set.
|
||||||
"logging.googleapis.com/k8s_compatibility": "true"
|
"logging.googleapis.com/k8s_compatibility": "true"
|
||||||
}
|
}
|
||||||
|
partial_success true
|
||||||
</match>
|
</match>
|
||||||
metadata:
|
metadata:
|
||||||
name: fluentd-gcp-config-v1.2.4
|
name: fluentd-gcp-config-v1.2.5
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
labels:
|
labels:
|
||||||
addonmanager.kubernetes.io/mode: Reconcile
|
addonmanager.kubernetes.io/mode: Reconcile
|
||||||
|
@ -108,4 +108,4 @@ spec:
|
|||||||
path: /var/lib/docker/containers
|
path: /var/lib/docker/containers
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: fluentd-gcp-config-v1.2.4
|
name: fluentd-gcp-config-v1.2.5
|
||||||
|
Loading…
Reference in New Issue
Block a user