mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-06 22:08:12 -02:30
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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
cloud_image: fedora-43
|
||||
network_plugin: flannel
|
||||
kube_network_plugin: flannel
|
||||
container_manager: crio
|
||||
|
||||
cluster_layout:
|
||||
|
||||
Reference in New Issue
Block a user