From ac9b76eb2e268b3e29839cfdb8fb0c6ee3a3da1e Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Mon, 6 Jan 2025 11:52:16 +0100 Subject: [PATCH] Ignore Mem preflight errors on ubuntu upgrade testcase (#11859) --- tests/files/packet_ubuntu22-calico-all-in-one-upgrade.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/files/packet_ubuntu22-calico-all-in-one-upgrade.yml b/tests/files/packet_ubuntu22-calico-all-in-one-upgrade.yml index 61553010753..5d3db3794cc 100644 --- a/tests/files/packet_ubuntu22-calico-all-in-one-upgrade.yml +++ b/tests/files/packet_ubuntu22-calico-all-in-one-upgrade.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