mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
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.
9 lines
127 B
YAML
9 lines
127 B
YAML
---
|
|
required_pkgs:
|
|
- python3-apt
|
|
- gnupg
|
|
- apt-transport-https
|
|
- software-properties-common
|
|
- conntrack
|
|
- iptables
|