Skip to content

Commit 4af5ff2

Browse files
committed
Drop support (and testing) of crio on ubuntu20
crun does not work on ubuntu20 for newer crio versions
1 parent d03b8c1 commit 4af5ff2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

roles/container-engine/cri-o/molecule/default/molecule.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
---
22
role_name_check: 1
33
platforms:
4-
- name: ubuntu20
5-
cloud_image: ubuntu-2004
4+
- name: ubuntu22
5+
cloud_image: ubuntu-2204
6+
vm_cpu_cores: 2
7+
vm_memory: 1024
8+
node_groups:
9+
- kube_control_plane
10+
- kube_node
11+
- k8s_cluster
12+
- name: ubuntu24
13+
cloud_image: ubuntu-2404
614
vm_cpu_cores: 2
715
vm_memory: 1024
816
node_groups:

0 commit comments

Comments
 (0)