Docker: replace the use of containerd_version with docker_containerd_version to avoid causing conflicts when bumping containerd_version (#8130)

This commit is contained in:
Cristian Calin
2021-11-09 01:56:49 +02:00
committed by GitHub
parent 65540c5771
commit 4a8757161e
19 changed files with 23 additions and 22 deletions

View File

@@ -330,10 +330,13 @@ docker_plugins: []
# Experimental kubeadm etcd deployment mode. Available only for new deployment
etcd_kubeadm_enabled: false
# Containerd options
# Containerd options - thse are relevant when container_manager == 'containerd'
containerd_version: 1.4.9
containerd_use_systemd_cgroup: true
# Docker options - this is relevant when container_manager == 'docker'
docker_containerd_version: 1.4.9
# Settings for containerized control plane (etcd/kubelet/secrets)
# deployment type for legacy etcd mode
etcd_deployment_type: docker