From c05504b73668ae9e8f893139c52d7ad3d0a8b559 Mon Sep 17 00:00:00 2001 From: Bryan Moyles Date: Fri, 9 Mar 2018 10:09:30 -0500 Subject: [PATCH] Use grpc to improve the CPU utilization of the logging agent. --- cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml b/cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml index c9c476925584..4240e26ad0d8 100644 --- a/cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml +++ b/cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml @@ -377,6 +377,7 @@ data: disable_retry_limit # Use multiple threads for processing. num_threads 2 + use_grpc true labels { # The logging backend will take responsibility for double writing to # the necessary resource types when this label is set. @@ -404,6 +405,7 @@ data: max_retry_wait 30 disable_retry_limit num_threads 2 + use_grpc true labels { # The logging backend will take responsibility for double writing to # the necessary resource types when this label is set.