From: Adam Johnston <[email protected]>
The config list provided by the K3s recipe follows the format for a
config list (.conflist) but has the extension of a config file (.conf).
When the file is parsed, this results in...
failed to load CNI config file /etc/cni/net.d/cni-containerd-net.conf
error parsing configuration: missing 'type': invalid cni config
Rename the file from .conf to .conflist so that it is parsed correctly.
This matches how the file is named for containerd and kubernetes
recipes.
Adam Johnston (1):
k3s: Correct file extension for containerd conf
.../{cni-containerd-net.conf => cni-containerd-net.conflist} | 0
recipes-containers/k3s/k3s_git.bb | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename recipes-containers/k3s/k3s/{cni-containerd-net.conf =>
cni-containerd-net.conflist} (100%)
--
2.34.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9599):
https://lists.yoctoproject.org/g/meta-virtualization/message/9599
Mute This Topic: https://lists.yoctoproject.org/mt/117911792/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-