mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 11:11:15 -03:30
Fix debian docker available version (#7668)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user