[meta-virtualization][PATCH 0/1] k3s: Correct name for containerd conf
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
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