mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-14 01:34:51 -03:30
tests(ci): add ubuntu24 CRI-O calico upgrade and scale coverage (#12990)
tests: fix yamllint empty-lines in ubuntu24-crio-scale ci: run ubuntu24-crio-upgrade in regular PR matrix
This commit is contained in:
8
tests/files/ubuntu24-crio-scale.yml
Normal file
8
tests/files/ubuntu24-crio-scale.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
cloud_image: ubuntu-2404
|
||||
container_manager: crio
|
||||
|
||||
cluster_layout:
|
||||
- node_groups: ["kube_control_plane", "etcd"]
|
||||
- node_groups: ["kube_node"]
|
||||
- node_groups: ["kube_node", "for_scale"]
|
||||
1
tests/files/ubuntu24-crio-upgrade
Normal file
1
tests/files/ubuntu24-crio-upgrade
Normal file
@@ -0,0 +1 @@
|
||||
UPGRADE_TEST=graceful
|
||||
16
tests/files/ubuntu24-crio-upgrade.yml
Normal file
16
tests/files/ubuntu24-crio-upgrade.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# Instance settings
|
||||
cloud_image: ubuntu-2404
|
||||
mode: all-in-one
|
||||
vm_memory: 1800
|
||||
|
||||
# Kubespray settings
|
||||
container_manager: crio
|
||||
auto_renew_certificates: 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
|
||||
Reference in New Issue
Block a user