Skip to content

Commit

Permalink
fix misconfig in containerd config.toml.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie authored Jun 11, 2024
1 parent 443cc6f commit 890d3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd/etc/config.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ oom_score = 0
[plugins]
[plugins."io.containerd.grpc.v1.cri"]
sandbox_image = "{{ .registryDomain }}:{{ .registryPort }}/{{ .sandboxImage }}"
max_container_log_line_size = -1
max_container_log_line_size = 16384
max_concurrent_downloads = 20
disable_apparmor = {{ .disableApparmor }}
[plugins."io.containerd.grpc.v1.cri".containerd]
Expand Down

0 comments on commit 890d3d6

Please sign in to comment.