Files
kubespray/tests/files/ubuntu24-crio-upgrade.yml
Jeroen Rijken cbcda6ea8d Reboot only when required, add the option to clean packages. (#13327)
* Reboot only when required, add the option to clean packages.

* Update docs to reflect only Debian based distribution can be apt
autocleaned

* Add apt cleanup to upgrade tests
2026-07-16 16:25:26 +00:00

18 lines
472 B
YAML

---
# Instance settings
cloud_image: ubuntu-2404
mode: all-in-one
vm_memory: 3072
# Kubespray settings
container_manager: crio
auto_renew_certificates: true
system_upgrade_autoclean: true
# 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
enable_nodelocaldns: false
# Single node don't need the DNS autoscaler
enable_dns_autoscaler: false