Skip to content

Commit

Permalink
Fix iptables missing on Debian 11 if APT::Install-Recommends=0 (#7964)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rtsp authored Sep 14, 2021
1 parent 85d18fc commit f8a57f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes/preinstall/vars/debian-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ required_pkgs:
- apt-transport-https
- software-properties-common
- conntrack
- iptables

0 comments on commit f8a57f7

Please sign in to comment.