Skip to content

Commit

Permalink
Merge pull request #15 from lingdie/main
Browse files Browse the repository at this point in the history
fix misconfig in containerd config.toml.tmpl
  • Loading branch information
zzjin authored Jun 11, 2024
2 parents 443cc6f + 890d3d6 commit d61325a
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 d61325a

Please sign in to comment.