mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-06 04:10:40 +03:00
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:
@@ -30,7 +30,7 @@ debian11 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||
debian12 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||
debian13 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||
fedora42 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||
fedora43 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||
fedora43 | :white_check_mark: | :x: | :x: | :white_check_mark: | :x: | :x: | :x: |
|
||||
flatcar4081 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||
openeuler24 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||
rockylinux10 | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
|
||||
|
||||
Reference in New Issue
Block a user