Skip to content

Commit

Permalink
manifests: include kubernetes.yaml
Browse files Browse the repository at this point in the history
FCOS had shipped ZRAM-generator for a while but it was not shared
with RHCOS. Moved the package to a different sub-manifest that
would regroup kubernetes-specific things.
The swap on ZRAM would still need to be actually enabled through
a config file [1] but that should be done by the MCO.

[1] https://github.com/systemd/zram-generator/blob/main/man/zram-generator.conf.md

ref: coreos/fedora-coreos-config#2937
ref: https://issues.redhat.com/browse/COS-2507
  • Loading branch information
jbtrystram committed Apr 3, 2024
1 parent 2a0c4e1 commit 9c01152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include:
- fedora-coreos-config/manifests/networking-tools.yaml
- fedora-coreos-config/manifests/user-experience.yaml
- fedora-coreos-config/manifests/shared-workarounds.yaml
- fedora-coreos-config/manifests/kubernetes.yaml
# RHCOS owned packages
- packages-rhcos.yaml

Expand Down

0 comments on commit 9c01152

Please sign in to comment.