mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Use grpc to improve the CPU utilization of the logging agent.
This commit is contained in:
parent
7c9293e1c3
commit
c05504b736
@ -377,6 +377,7 @@ data:
|
|||||||
disable_retry_limit
|
disable_retry_limit
|
||||||
# Use multiple threads for processing.
|
# Use multiple threads for processing.
|
||||||
num_threads 2
|
num_threads 2
|
||||||
|
use_grpc true
|
||||||
labels {
|
labels {
|
||||||
# The logging backend will take responsibility for double writing to
|
# The logging backend will take responsibility for double writing to
|
||||||
# the necessary resource types when this label is set.
|
# the necessary resource types when this label is set.
|
||||||
@ -404,6 +405,7 @@ data:
|
|||||||
max_retry_wait 30
|
max_retry_wait 30
|
||||||
disable_retry_limit
|
disable_retry_limit
|
||||||
num_threads 2
|
num_threads 2
|
||||||
|
use_grpc true
|
||||||
labels {
|
labels {
|
||||||
# The logging backend will take responsibility for double writing to
|
# The logging backend will take responsibility for double writing to
|
||||||
# the necessary resource types when this label is set.
|
# the necessary resource types when this label is set.
|
||||||
|
Loading…
Reference in New Issue
Block a user