Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

containerd: upgrade versions 1.4.11 and 1.5.7 and make 1.4.11 the default #8129

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,13 +500,19 @@ nerdctl_archive_checksums:
containerd_archive_checksums:
arm:
1.4.9: 0
1.4.11: 0
1.5.5: 0
1.5.7: 0
arm64:
1.4.9: 0
1.4.11: 0
1.5.5: 0
1.5.7: 0
amd64:
1.4.9: 346f88ad5b973960ff81b5539d4177af5941ec2e4703b479ca9a6081ff1d023b
1.4.11: 80c47ec5ce2cd91a15204b5f5b534892ca653e75f3fba0c451ca326bca45fb00
1.5.5: 8efc527ffb772a82021800f0151374a3113ed2439922497ff08f2596a70f10f1
1.5.7: 109fc95b86382065ea668005c376360ddcd8c4ec413e7abe220ae9f461e0e173

etcd_binary_checksum: "{{ etcd_binary_checksums[image_arch] }}"
cni_binary_checksum: "{{ cni_binary_checksums[image_arch] }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/kubespray-defaults/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ docker_plugins: []
etcd_kubeadm_enabled: false

# Containerd options - thse are relevant when container_manager == 'containerd'
containerd_version: 1.4.9
containerd_version: 1.4.11
containerd_use_systemd_cgroup: true

# Docker options - this is relevant when container_manager == 'docker'
Expand Down