fix systemd cgroup driver for containerd (#5220)

pull/5870/head
matjazp 2020-04-01 09:43:26 +02:00 committed by GitHub
parent f8ad44a99f
commit bce3f282f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ disabled_plugins = ["restart"]
stream_server_address = "127.0.0.1"
max_container_log_line_size = {{ containerd_config.max_container_log_line_size }}
sandbox_image = "{{ pod_infra_image_repo }}:{{ pod_infra_image_tag }}"
systemd_cgroup = {{ containerd_use_systemd_cgroup|lower }}
[plugins.cri.cni]
bin_dir = "/opt/cni/bin"