mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-22 05:30:51 -03:30
containerd: add hashes for 1.5.8 and 1.4.12 and make 1.5.8 the new default (#8239)
* containerd: add hashes for 1.5.8 and 1.4.12 and make 1.5.8 the new default * containerd: make nerdctl mandatory for container_manager = containerd * nerdctl: bump to version 0.14.0 * containerd: use nerdctl for image manipulation * OpenSuSE: install basic nerdctl dependencies
This commit is contained in:
@@ -336,7 +336,7 @@ docker_plugins: []
|
||||
etcd_kubeadm_enabled: false
|
||||
|
||||
# Containerd options - thse are relevant when container_manager == 'containerd'
|
||||
containerd_version: 1.4.11
|
||||
containerd_version: 1.5.8
|
||||
containerd_use_systemd_cgroup: true
|
||||
|
||||
# Docker options - this is relevant when container_manager == 'docker'
|
||||
@@ -387,9 +387,6 @@ expand_persistent_volumes: false
|
||||
metallb_enabled: false
|
||||
argocd_enabled: false
|
||||
|
||||
# containerd official CLI tool
|
||||
nerdctl_enabled: false
|
||||
|
||||
## When OpenStack is used, Cinder version can be explicitly specified if autodetection fails (Fixed in 1.9: https://github.com/kubernetes/kubernetes/issues/50461)
|
||||
# openstack_blockstorage_version: "v1/v2/auto (default)"
|
||||
openstack_blockstorage_ignore_volume_az: "{{ volume_cross_zone_attachment | default('false') }}"
|
||||
|
||||
Reference in New Issue
Block a user