Browse Source

Fix iptables missing on Debian 11 if APT::Install-Recommends=0 (#7964)

On Debian 11, `ipset` just recommend `iptables` so on the system that apt is configured with `APT::Install-Recommends "0";` iptables will not install automatically.
pull/7971/head
rtsp 3 years ago
committed by GitHub
parent
commit
f8a57f7598
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes/preinstall/vars/debian-11.yml

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

@ -5,3 +5,4 @@ required_pkgs:
- apt-transport-https
- software-properties-common
- conntrack
- iptables
Loading…
Cancel
Save