From b5d053f327593c3123df42187af37a78af34275f Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 20 Jun 2018 01:20:41 +0000 Subject: [PATCH] Make max container log line size configurable through cloud init. Signed-off-by: Lantao Liu --- cluster/gce/configure.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cluster/gce/configure.sh b/cluster/gce/configure.sh index 75d200f27..ea2cccf7e 100755 --- a/cluster/gce/configure.sh +++ b/cluster/gce/configure.sh @@ -154,6 +154,7 @@ if [ -n "${network_policy_provider}" ] && [ "${network_policy_provider}" != "non cni_template_path="" fi log_level="${CONTAINERD_LOG_LEVEL:-"info"}" +max_container_log_line="${CONTAINERD_MAX_CONTAINER_LOG_LINE:-16384}" cat > ${config_path} <