Browse Source

Add preliminary Debian 11 (bullseye) support (#7853)

- Use python3-apt instead because python-apt was removed in Debian 11
- Add gnupg (fix "container-engine/containerd : ensure containerd repository public key is installed" task failed)
- Remove aufs-tools

Signed-off-by: rtsp <git@rtsp.us>
pull/7924/head
rtsp 3 years ago
committed by GitHub
parent
commit
c8e090c17f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions
  1. 7
      roles/kubernetes/preinstall/vars/debian-11.yml

7
roles/kubernetes/preinstall/vars/debian-11.yml

@ -0,0 +1,7 @@
---
required_pkgs:
- python3-apt
- gnupg
- apt-transport-https
- software-properties-common
- conntrack
Loading…
Cancel
Save