[containerd] Upgrade containerd to 1.6.0 and re-enable arm64 architecture with default options (#8555)

* [containerd] add checksums for 1.6.0

* [containerd] promote 1.6.0 as the new default

* [runc] promote 1.1.0 as the new default to allow arm deployments out of the box

* [nerdctl] bump to 0.17.0 to align with containerd 1.6.0

* [reset] allow crictl stopp and rmp commands to fail
This commit is contained in:
Cristian Calin
2022-03-03 01:27:13 +02:00
committed by GitHub
parent 2e925f82ef
commit bf7a506f79
3 changed files with 14 additions and 8 deletions

View File

@@ -101,6 +101,7 @@
- crictl.stat.exists
- container_manager in ["crio", "containerd"]
- deploy_container_engine
ignore_errors: true # noqa ignore-errors
- name: reset | stop and disable crio service
service:
@@ -146,6 +147,7 @@
rescue:
- name: reset | force remove all cri pods (rescue)
shell: "ip netns list | cut -d' ' -f 1 | xargs -n1 ip netns delete && {{ bin_dir }}/crictl rmp -a -f"
ignore_errors: true # noqa ignore-errors
- name: reset | stop etcd services
service: