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