Browse Source

Ignore Mem preflight errors on ubuntu upgrade testcase (#11859)

pull/11854/head
Max Gautier 3 months ago
committed by GitHub
parent
commit
ac9b76eb2e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions
  1. 2
      tests/files/packet_ubuntu22-calico-all-in-one-upgrade.yml

2
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

Loading…
Cancel
Save