Skip to content

Commit

Permalink
manifest: explicitly list containerd
Browse files Browse the repository at this point in the history
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:
coreos/fedora-coreos-tracker#767
poseidon/typhoon#899 (comment)
  • Loading branch information
jlebon committed Mar 22, 2022
1 parent f67dec6 commit 80afc8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80afc8f

Please sign in to comment.