Hi using dnf to install kubernetes-cni results in ...
# k3s
a
Hi using dnf to install kubernetes-cni results in old host-local version in case it is interesting (since Flannel uses it)
Copy code
$ /opt/cni/bin/host-local --version
CNI host-local plugin v1.1.1-calico+go-1.22.6
while there is already v1.8
c
K3s doesn't care what you have installed on the host, it uses the CNI bins that are bundled with it.
a
sorry that question was about Flannel, not k3s since i been told the right place to ask questions about Flannel is here