From 873a3435cefcc5391aeece0aa67b02979442f174 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Nov 27 2024 23:16:30 +0000 Subject: Merge #227 `Expand the Hyperscale copy` --- diff --git a/hyperscale.md b/hyperscale.md index 0c76fad..5444436 100644 --- a/hyperscale.md +++ b/hyperscale.md @@ -10,34 +10,50 @@ status: DRAFT ## Why CentOS Hyperscale +

The CentOS Hyperscale SIG focuses on enabling CentOS Stream deployment on large-scale infrastructures and facilitating collaboration on packages and tooling.

+
    -
  • Because
  • +
  • CentOS Hyperscale integrates faster-tracking backports of core base packages such as [systemd](https://sigs.centos.org/hyperscale/content/repositories/main/#systemd)
  • +
+
+
+
    +
  • CentOS Hyperscale provides an updated kernel tracking [ARK](https://gitlab.com/cki-project/kernel-ark) with [btrfs](https://btrfs.wiki.kernel.org/index.php/Main_Page) and [Kernel Live Patching](https://www.kernel.org/doc/html/latest/livepatch/livepatch.html) support
    -
  • Because
  • +
  • CentOS Hyperscale provides a way to deploy and test emerging technologies such as [RPM Copy-on-Write](https://fedoraproject.org/wiki/Changes/RPMCoW)
## Enable Hyperscale -

Write some text here.

+

To enable the [Hyperscale main repositories](https://sigs.centos.org/hyperscale/content/repositories/main/) on an existing CentOS Stream system run

```bash sudo dnf install centos-release-hyperscale +sudo dnf config-manager --set-enabled crb ``` -

Write some more text here.

+

We also provide a set of [experimental packages](https://sigs.centos.org/hyperscale/content/repositories/experimental/) that can be enabled with

+ +```bash +sudo dnf install centos-release-hyperscale-experimental +``` ## Download Hyperscale +

The CentOS Hyperscale SIG produces a number of images that integrate and showcase the technologies the SIG focuses on. Please report any issues with these images on our [tracker](https://pagure.io/centos-sig-hyperscale/spin-bugs). + +[Live ISOs](https://sigs.centos.org/hyperscale/content/spins/workstation/) are available in both GNOME and KDE flavors. These can both be used to evaluate the system and to perform an installation. [Cloud images](https://sigs.centos.org/hyperscale/content/spins/cloud/) can be used to deploy CentOS Hyperscale on various public clouds.

+
-
CentOS Hyperscale 9 AWS EC2 x86_64 raw.xz
+
CentOS Hyperscale 9 GNOME Live x86_64 iso
Checksum @@ -49,7 +65,7 @@ sudo dnf install centos-release-hyperscale
-
CentOS Hyperscale 9 GNOME Live x86_64 iso
+
CentOS Hyperscale 9 KDE Live x86_64 iso
Checksum @@ -61,7 +77,7 @@ sudo dnf install centos-release-hyperscale
-
CentOS Hyperscale 9 KDE Live x86_64 iso
+
CentOS Hyperscale 9 AWS EC2 x86_64 raw.xz
Checksum @@ -82,3 +98,9 @@ sudo dnf install centos-release-hyperscale
+ +

[Container images](https://sigs.centos.org/hyperscale/content/spins/container/) are also available on [Quay.io](https://quay.io/centoshyperscale/centos)

+ +```bash +podman run -a stdin,stdout,stderr -t quay.io/centoshyperscale/centos:stream9 +```