From 70fe6c0d9e5dc0c337d0b5168405f17402493b0c Mon Sep 17 00:00:00 2001 From: Ashleigh Brennan Date: Mon, 25 Aug 2025 14:49:08 -0500 Subject: [PATCH] OSDOCS-14172: Adding docs for supported Kueue environments and arch --- _attributes/common-attributes.adoc | 1 + disconnected/install-disconnected.adoc | 2 ++ install/install-kueue.adoc | 3 +++ modules/compatible-environments.adoc | 34 ++++++++++++++++++++++++++ release_notes/release-notes.adoc | 2 ++ 5 files changed, 42 insertions(+) create mode 100644 modules/compatible-environments.adoc diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index 5ab94e917cef..6789de9b1716 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -116,3 +116,4 @@ //Kueue :platform: Red Hat OpenShift Container Platform :kueue-op: Red Hat Build of Kueue Operator +:ms: Red{nbsp}Hat build of MicroShift (MicroShift) diff --git a/disconnected/install-disconnected.adoc b/disconnected/install-disconnected.adoc index 306e6fcdde5e..290e099a2125 100644 --- a/disconnected/install-disconnected.adoc +++ b/disconnected/install-disconnected.adoc @@ -16,6 +16,8 @@ After enabling OLM in a disconnected environment, you can continue to use your u For full documentation on completing these steps, see the {platform} documentation on link:https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/disconnected_environments/olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments]. +include::modules/compatible-environments.adoc[leveloffset=+1] + include::modules/install-kueue-operator.adoc[leveloffset=+1] [role="_additional-resources"] diff --git a/install/install-kueue.adoc b/install/install-kueue.adoc index 0f582c9f40c6..5a516630263e 100644 --- a/install/install-kueue.adoc +++ b/install/install-kueue.adoc @@ -8,10 +8,13 @@ toc::[] You can install {product-title} by using the {kueue-op} in OperatorHub. +include::modules/compatible-environments.adoc[leveloffset=+1] + include::modules/install-kueue-operator.adoc[leveloffset=+1] [role="_additional-resources"] .Additional resources + * link:https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/security_and_compliance/cert-manager-operator-for-red-hat-openshift#installing-the-cert-manager-operator-for-red-hat-openshift[Installing the {cert-manager-operator}] include::modules/create-kueue-cr.adoc[leveloffset=+1] diff --git a/modules/compatible-environments.adoc b/modules/compatible-environments.adoc new file mode 100644 index 000000000000..72cad911de7d --- /dev/null +++ b/modules/compatible-environments.adoc @@ -0,0 +1,34 @@ +// Module included in the following assemblies: +// +// * install/install-kueue.adoc +// * disconnected/install-disconnected.adoc +// * release_notes/release-notes.adoc + +:_mod-docs-content-type: REFERENCE +[id="compatible-environments_{context}"] += Compatible environments + +Before you install {product-title}, review this section to ensure that your cluster meets the requirements. + +[id="compatible-environments-arch_{context}"] +== Supported architectures + +{product-title} is supported on the following architectures: + +* ARM64 +* 64-bit x86 +* ppc64le ({ibm-power-name}) +* s390x ({ibm-z-name}) + +[id="compatible-environments-platforms_{context}"] +== Supported platforms + +{product-title} is supported on the following platforms: + +* {platform} +* {hcp-capital} for {platform} + +[IMPORTANT] +==== +Currently, {product-title} is not supported on {ms}. +==== diff --git a/release_notes/release-notes.adoc b/release_notes/release-notes.adoc index 53fef9cc1e68..ca582cea8b86 100644 --- a/release_notes/release-notes.adoc +++ b/release_notes/release-notes.adoc @@ -8,6 +8,8 @@ toc::[] {product-title} is released as an Operator that is supported on {platform}. +include::modules/compatible-environments.adoc[leveloffset=+1] + include::modules/release-notes-1.0.1.adoc[leveloffset=+1] include::modules/release-notes-1.0.adoc[leveloffset=+1]