diff --git a/tests/files/packet_ubuntu22-all-in-one-docker.yml b/tests/files/packet_ubuntu22-all-in-one-docker.yml index fcdd8f3ccfa684a3c601703884c6730d1d910d37..b0ee5ec48ea8a11d774670ff1e0124e6ea23f685 100644 --- a/tests/files/packet_ubuntu22-all-in-one-docker.yml +++ b/tests/files/packet_ubuntu22-all-in-one-docker.yml @@ -6,6 +6,8 @@ vm_memory: 1600 # Kubespray settings auto_renew_certificates: true +kubeadm_ignore_preflight_errors: + - Mem # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko kube_proxy_mode: iptables diff --git a/tests/files/packet_ubuntu24-all-in-one-docker.yml b/tests/files/packet_ubuntu24-all-in-one-docker.yml index 8b1da4ac0cbd1ae4d3c76fe6f4c102d02fd07331..d2a0100096c32cfda5e3f7b6ef922edfcbdf88f4 100644 --- a/tests/files/packet_ubuntu24-all-in-one-docker.yml +++ b/tests/files/packet_ubuntu24-all-in-one-docker.yml @@ -6,6 +6,8 @@ vm_memory: 1600 # Kubespray settings auto_renew_certificates: true +kubeadm_ignore_preflight_errors: + - Mem # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=noble&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko kube_proxy_mode: iptables diff --git a/tests/files/packet_ubuntu24-calico-all-in-one.yml b/tests/files/packet_ubuntu24-calico-all-in-one.yml index 310bf349fa81c09e9f221170d092e1d39d22d462..24ae2dea0014e2eb3e646272c378d1e27004a68b 100644 --- a/tests/files/packet_ubuntu24-calico-all-in-one.yml +++ b/tests/files/packet_ubuntu24-calico-all-in-one.yml @@ -6,6 +6,8 @@ vm_memory: 1600 # Kubespray settings auto_renew_certificates: true +kubeadm_ignore_preflight_errors: + - Mem # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=noble&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko kube_proxy_mode: iptables