Skip to content

Commit

Permalink
Merge pull request #81074 from xenolinux/hcp-requirements-migrate
Browse files Browse the repository at this point in the history
OSDOCS#11000: Migrating and modularizing HCP requirements from RHACM to OCP
  • Loading branch information
xenolinux authored Sep 10, 2024
2 parents 633ad22 + cac0ace commit 5e825f1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosted_control_planes/hcp-prepare/hcp-requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
38 changes: 38 additions & 0 deletions modules/hcp-requirements-platform-version.adoc
Original file line number Diff line number Diff line change
@@ -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)
|===

0 comments on commit 5e825f1

Please sign in to comment.