mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-16 05:47:42 -02:30
Remove aufs-tools from Ubuntu requirement (#8754)
aufs-tools was required for docker.io package originally, but Kubespray installs docker-ce package instead today. In addition, Ubuntu 20.04 doesn't provide aufs-tools as [1]. Then this removes aufs-tools from Ubuntu requirement. [1]: https://bugs.launchpad.net/ubuntu/+source/aufs-tools/+bug/1947004
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
required_pkgs:
|
required_pkgs:
|
||||||
- python3-apt
|
- python3-apt
|
||||||
- aufs-tools
|
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- software-properties-common
|
- software-properties-common
|
||||||
- conntrack
|
- conntrack
|
||||||
|
|||||||
Reference in New Issue
Block a user