forked from coreos/fedora-coreos-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manifests: Create a kubernetes specific manifest
Kubernetes 1.28 now supports swap on zram as beta, so we need to ship this package in RHCOS. Moving zram to a separate manifest that could be optionnaly enabled for k8s use ? See coreos/fedora-coreos-docs#530
- Loading branch information
1 parent
2ceb9e2
commit 2d1955f
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# This file is included in RHEL CoreOS, see | ||
# https://github.com/openshift/os/blob/71c974b1e456292033e3ef3fe7bcfe17d1855ebc/manifest.yaml#L12 | ||
# Only apply changes here that should apply to both FCOS and RHCOS. | ||
|
||
# The intent of this file is to gather packages and configuration that are tailored towards a kubernetes deployment | ||
|
||
packages: | ||
# zram-generator (but not zram-generator-defaults) for F33 change | ||
# https://github.com/coreos/fedora-coreos-tracker/issues/509 | ||
- zram-generator |