mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-22 19:35:03 -02:30
Set containerd version to 1.4.4 (#7398)
* Set containerd version to 1.4.3 * Set containerd version to 1.4.4 Co-authored-by: Barry Melbourne <9964974+bmelbourne@users.noreply.github.com>
This commit is contained in:
@@ -309,7 +309,13 @@ docker_plugins: []
|
||||
etcd_kubeadm_enabled: false
|
||||
|
||||
# Containerd options
|
||||
containerd_use_systemd_cgroup: false
|
||||
containerd_version: >-
|
||||
{%- if ansible_os_family == "Debian" and ansible_distribution_release == "stretch" -%}
|
||||
1.4.3
|
||||
{%- else -%}
|
||||
1.4.4
|
||||
{%- endif -%}
|
||||
containerd_use_systemd_cgroup: true
|
||||
|
||||
# Settings for containerized control plane (etcd/kubelet/secrets)
|
||||
# deployment type for legacy etcd mode
|
||||
|
||||
Reference in New Issue
Block a user