mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-06 10:18:00 +00:00
4832c44bb3
* 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>