From cac0ace124f40e6874fce7908a38ef282d6b2de2 Mon Sep 17 00:00:00 2001 From: xenolinux Date: Thu, 29 Aug 2024 16:34:13 +0530 Subject: [PATCH] OSDOCS#11000: Migrating and modularizing HCP requirements from RHACM to OCP --- .../hcp-prepare/hcp-requirements.adoc | 5 +++ .../hcp-requirements-platform-version.adoc | 38 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 modules/hcp-requirements-platform-version.adoc diff --git a/hosted_control_planes/hcp-prepare/hcp-requirements.adoc b/hosted_control_planes/hcp-prepare/hcp-requirements.adoc index b04cc6b6442a..897d67a27384 100644 --- a/hosted_control_planes/hcp-prepare/hcp-requirements.adoc +++ b/hosted_control_planes/hcp-prepare/hcp-requirements.adoc @@ -7,3 +7,8 @@ include::_attributes/common-attributes.adoc[] toc::[] +The hosting cluster and workers must run on the same infrastructure. For example, you cannot run your hosting cluster on bare metal and your workers on the cloud. However, the hub cluster and workers do not need to run on the same platform. For example, you might run your hosting cluster on bare metal and workers on {VirtProductName}. + +The control plane is associated with a hosted cluster and runs as pods in a single namespace. When the cluster service consumer creates a hosted cluster, it creates a worker node that is independent of the control plane. + +include::modules/hcp-requirements-platform-version.adoc[leveloffset=+1] diff --git a/modules/hcp-requirements-platform-version.adoc b/modules/hcp-requirements-platform-version.adoc new file mode 100644 index 000000000000..328fbc47af70 --- /dev/null +++ b/modules/hcp-requirements-platform-version.adoc @@ -0,0 +1,38 @@ +// Module included in the following assemblies: +// * hosted-control-planes/hcp-prepare/hcp-requirements.adoc + +:_mod-docs-content-type: CONCEPT +[id="hcp-requirements-platform-version_{context}"] += Platform and version requirements for {hcp-capital} + +The following table indicates which {product-title} versions are supported for each platform. In the table, Hosting {product-title} version refers to the {product-title} version where the {mce-short} is enabled: + +.Required {product-title} versions for platforms +[cols="3",options="header"] +|=== +|Platform |Hosting {product-title} version |Hosted {product-title} version + +|{aws-full} +|4.11 - 4.16 +|4.14 - 4.16 (only) + +|{ibm-power-title} +|4.16 +|4.16 (only) + +|{ibm-z-title} +|4.16 +|4.16 (only) + +|{VirtProductName} +|4.14 - 4.16 +|4.14 - 4.16 (only) + +|Bare metal +|4.14 - 4.16 +|4.14 - 4.16 (only) + +|Non-bare metal agent machines +|4.16 +|4.16 (only) +|===