You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I found that several parts of kubespray is using iptables with the assumption that it's already installed (e.g. Calico, reset.yml) so those part will fail if iptables is missing.
The text was updated successfully, but these errors were encountered:
Environment:
netinst
media (withoutiptables
preinstalled)Previously on Debian 10 and earlier,
ipset
"required"iptables
so it's automatically install after running this task.kubespray/roles/kubernetes/preinstall/tasks/0070-system-packages.yml
Lines 58 to 61 in 35c9287
On Debian 11,
ipset
just "recommend"iptables
so on the system that apt is configured withAPT::Install-Recommends "0";
iptables will not install automatically.I found that several parts of kubespray is using iptables with the assumption that it's already installed (e.g. Calico, reset.yml) so those part will fail if iptables is missing.
The text was updated successfully, but these errors were encountered: