mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user