mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
add containerd.io to dpkg_selection (#7273)
`containerd.io` is the companion package of `docker-ce` and is the
proper package name. This is needed to avoid apt upgrade/dist-upgrade
from breaking kubernetes.
(cherry picked from commit 6450207713)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
10b08d8840
commit
d48a4bbc85
@@ -92,7 +92,7 @@
|
||||
when: ansible_pkg_mgr == 'apt'
|
||||
changed_when: false
|
||||
with_items:
|
||||
- containerd
|
||||
- "{{ containerd_package }}"
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
|
||||
@@ -127,6 +127,7 @@
|
||||
when: ansible_pkg_mgr == 'apt'
|
||||
changed_when: false
|
||||
with_items:
|
||||
- "{{ containerd_package }}"
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
|
||||
|
||||
Reference in New Issue
Block a user