Fix debian docker available version (#7668)

This commit is contained in:
Florian Ruynat
2021-06-02 05:58:39 +02:00
committed by GitHub
parent b46e751573
commit 54cda80018
8 changed files with 45 additions and 17 deletions

View File

@@ -310,12 +310,7 @@ docker_plugins: []
etcd_kubeadm_enabled: false
# Containerd options
containerd_version: >-
{%- if ansible_os_family == "Debian" and ansible_distribution_release == "stretch" -%}
1.4.3
{%- else -%}
1.4.4
{%- endif -%}
containerd_version: 1.4.4
containerd_use_systemd_cgroup: true
# Settings for containerized control plane (etcd/kubelet/secrets)