networkop / meshnet-cni

a (K8s) CNI plugin to create arbitrary virtual network topologies
BSD 3-Clause "New" or "Revised" License
116 stars 28 forks source link

On kubernetes 1.24.0-rc0+k3s1, CNI v1.0.0 complains about meshnet version. #40

Open Cerebus opened 2 years ago

Cerebus commented 2 years ago

Haven't dug in, but:

Workaround by editing /etc/cni/00-meshnet.conf and setting cniVersion to 0.4.0, but that's fragile on a reinstall.

networkop commented 2 years ago

yeah, this plugin is not 1.0 compliant yet. I need to look into it when I have the time. I hope there's not much to change but you never know. CNI was on 0.3.1 for so long I was hoping it would never change 😄