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:
Daniil Muidinov
2021-04-02 09:20:11 +03:00
committed by GitHub
parent 7e75d48cc4
commit 2257181ca8
19 changed files with 177 additions and 213 deletions

View File

@@ -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