From 80afc8f15d8907a7239c265f5ff27b3ac5fc5555 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 22 Mar 2022 09:45:55 -0400 Subject: [PATCH] manifest: explicitly list containerd This is already in the OS as a dependency of moby-engine, but Typhoon is now also relying on this and likely other people deploying Kubernetes on top of FCOS. Unlike cri-o, the versioning of containerd wrt CRI is less tight, which makes baking it into the host easier. Things may change here in the future, and it's likely we will recommend cri-o as an alternative runtime for k8s eventually. But for now, let's at least be more explicit that we're shipping containerd. For more information, see: https://github.com/coreos/fedora-coreos-tracker/issues/767 https://github.com/poseidon/typhoon/issues/899#issuecomment-1010638811 --- manifests/fedora-coreos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/fedora-coreos.yaml b/manifests/fedora-coreos.yaml index f0926b330f..b0e8931286 100644 --- a/manifests/fedora-coreos.yaml +++ b/manifests/fedora-coreos.yaml @@ -39,6 +39,8 @@ packages: - fedora-repos-archive # CL ships this. - moby-engine + # Already pulled in by moby-engine, but let's be explicit. + - containerd # User metrics - fedora-coreos-pinger # Updates