Overview
Request 1168976 accepted
- add Recommends for the flannel CNI plugin (unlike upstream k3s, no CNI plugin is being installed by just installing the k3s package. Thus all containers are stuck in 'ContainerCreating' with an error message "failed to find plugin flannel in path [/usr/lib/cni/]"
- convert to using obs_scm
- Created by ojkastl_buildservice
- In state accepted
- Package maintainers: Guillaume_G, avicenzi, and azouhr
Loading...
Request History
ojkastl_buildservice created request
- add Recommends for the flannel CNI plugin (unlike upstream k3s, no CNI plugin is being installed by just installing the k3s package. Thus all containers are stuck in 'ContainerCreating' with an error message "failed to find plugin flannel in path [/usr/lib/cni/]"
- convert to using obs_scm
Guillaume_G accepted request
Not sure if a "Recommends" is the best way to do this. Apparently the k3s package expects flannel, so this could also be a Requires. But what if the user disables flannel via configuration? Hence I took a "Recommends"...