mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Move containerd_version to defaults/main.yml (#8379)
All container image versions were defined in download/defaults/main.yml except containerd. The inconsistency caused the offline script(generate_list.sh) could not output the URL of containerd image. This moves the definition into a valid file. In addition, this adds host_os to generate_list.sh for downloading krew from a valid URL.
This commit is contained in:
@@ -58,6 +58,10 @@ crun_version: 1.4
|
||||
runc_version: v1.0.3
|
||||
kata_containers_version: 2.2.3
|
||||
gvisor_version: 20210921
|
||||
containerd_version: 1.5.8
|
||||
|
||||
# this is relevant when container_manager == 'docker'
|
||||
docker_containerd_version: 1.4.12
|
||||
|
||||
# gcr and kubernetes image repo define
|
||||
gcr_image_repo: "gcr.io"
|
||||
|
||||
Reference in New Issue
Block a user