Files
kubespray/tests/files/fedora43-flannel-crio-collection-scale.yml
Adesh Deshmukh 4832c44bb3 fix(tests): use kube_network_plugin in fedora43-flannel-crio test (#13350)
* fix(tests): use kube_network_plugin in fedora43-flannel-crio test

The fedora43-flannel-crio-collection-scale.yml test config set
'network_plugin: flannel', but all Kubespray roles read
'kube_network_plugin' (defaulting to 'calico'). The test silently
ran Calico instead of Flannel.

Signed-off-by: Adesh Deshmukh <adeshkd123@gmail.com>

* Update CI matrix to reflect fedora43-flannel-crio test correctly

---------

Signed-off-by: Adesh Deshmukh <adeshkd123@gmail.com>
2026-07-05 10:44:22 +00:00

10 lines
220 B
YAML

---
cloud_image: fedora-43
kube_network_plugin: flannel
container_manager: crio
cluster_layout:
- node_groups: ['kube_control_plane', 'etcd']
- node_groups: ['kube_node']
- node_groups: ['kube_node', 'for_scale']