diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-05 03:56:44 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-12 02:58:55 +0000 |
| commit | 092f66d511ac303a73fb0853314d792dde69cd28 (patch) | |
| tree | 235ca5387443aa3c3a0df04a89962da30282cb4e /recipes-containers/incus/incus_git.bb | |
| parent | 93440a018d098f34f0c8f6c1a4ad8c66a914c225 (diff) | |
| download | meta-virtualization-092f66d511ac303a73fb0853314d792dde69cd28.tar.gz | |
k3s: fix pause image reference for containerd v2
K3s's default pause image reference "rancher/mirrored-pause:3.6" is a
short name that containerd v1 auto-expanded to the fully qualified
"docker.io/rancher/mirrored-pause:3.6". The k3s v1.36 uprev moved to
containerd v2, which uses a new CRI plugin (io.containerd.cri.v1) with
a pinned_images config instead of the old sandbox_image. Containerd v2
no longer auto-expands short names when looking up pinned images,
causing every pod sandbox creation to fail with "image not found" even
though the image is present in the containerd image store under its
fully qualified name.
Pass --pause-image docker.io/rancher/mirrored-pause:3.6 in both the
server and agent systemd service files to use the fully qualified
reference that containerd v2 can resolve.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/incus/incus_git.bb')
0 files changed, 0 insertions, 0 deletions
