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) +|===