Skip to content
Snippets Groups Projects
Unverified Commit d59a5bf4 authored by kyrie's avatar kyrie Committed by GitHub
Browse files

update containerd_max_container_log_line_size default value (#11585)

parent fcbcf3c0
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ containerd_registries_mirrors:
capabilities: ["pull", "resolve"]
skip_verify: false
containerd_max_container_log_line_size: -1
containerd_max_container_log_line_size: 16384
crio_registries_mirrors:
- prefix: docker.io
......
......@@ -51,7 +51,7 @@
# capabilities: ["pull", "resolve"]
# skip_verify: false
# containerd_max_container_log_line_size: -1
# containerd_max_container_log_line_size: 16384
# containerd_registry_auth:
# - registry: 10.0.0.2:5000
......
......@@ -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
......
......@@ -15,7 +15,7 @@ containerd_registries_mirrors:
capabilities: ["pull", "resolve"]
skip_verify: false
containerd_max_container_log_line_size: -1
containerd_max_container_log_line_size: 16384
crio_registries:
- prefix: docker.io
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment