mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
fix systemd cgroup driver for containerd (#5220)
This commit is contained in:
parent
f8ad44a99f
commit
bce3f282f1
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user