update containerd_max_container_log_line_size default value (#11585)

Signed-off-by: KubeKyrie <shaolong.qin@daocloud.io>
This commit is contained in:
kyrie
2024-09-30 16:12:03 +08:00
committed by GitHub
parent fcbcf3c03b
commit d59a5bf431
4 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ containerd_registries_mirrors:
capabilities: ["pull", "resolve"]
skip_verify: false
containerd_max_container_log_line_size: -1
containerd_max_container_log_line_size: 16384
# If enabled it will allow non root users to use port numbers <1024
containerd_enable_unprivileged_ports: false