flannel missing in cni-plugins on 3.15 breaks k3s
The "flannel" networking plugin is not included anymore in cni-plugins on 3.15. It was included up to 3.14: https://pkgs.alpinelinux.org/contents?branch=v3.14&name=cni-plugins&arch=x86_64&repo=community
This breaks the default k3s install (via packages). They will fail with "... failed to find plugin "flannel" in path [/usr/libexec/cni ...".
There is a package for edge: !29319 (merged) This does however not exist on 3.15, leaving the k3s install broken.
Would it be possible to backport this package to 3.15? (and of course, add a dependency for k3s on this package)
Thanks