fix systemd cgroup driver for containerd (#5220)
This commit is contained in:
parent
f8ad44a99f
commit
bce3f282f1
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ disabled_plugins = ["restart"]
|
||||||
stream_server_address = "127.0.0.1"
|
stream_server_address = "127.0.0.1"
|
||||||
max_container_log_line_size = {{ containerd_config.max_container_log_line_size }}
|
max_container_log_line_size = {{ containerd_config.max_container_log_line_size }}
|
||||||
sandbox_image = "{{ pod_infra_image_repo }}:{{ pod_infra_image_tag }}"
|
sandbox_image = "{{ pod_infra_image_repo }}:{{ pod_infra_image_tag }}"
|
||||||
|
systemd_cgroup = {{ containerd_use_systemd_cgroup|lower }}
|
||||||
|
|
||||||
[plugins.cri.cni]
|
[plugins.cri.cni]
|
||||||
bin_dir = "/opt/cni/bin"
|
bin_dir = "/opt/cni/bin"
|
||||||
|
|
Loading…
Reference in a new issue