Browse Source

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
pull/8739/head
Kenichi Omichi 2 years ago
committed by GitHub
parent
commit
eb566ca626
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      roles/kubernetes/preinstall/vars/ubuntu.yml

1
roles/kubernetes/preinstall/vars/ubuntu.yml

@ -1,7 +1,6 @@
---
required_pkgs:
- python3-apt
- aufs-tools
- apt-transport-https
- software-properties-common
- conntrack

Loading…
Cancel
Save