Skip to content

Commit 5e825f1

Browse files
authored
Merge pull request #81074 from xenolinux/hcp-requirements-migrate
OSDOCS#11000: Migrating and modularizing HCP requirements from RHACM to OCP
2 parents 633ad22 + cac0ace commit 5e825f1

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

hosted_control_planes/hcp-prepare/hcp-requirements.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ include::_attributes/common-attributes.adoc[]
77
toc::[]
88

99

10+
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}.
11+
12+
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.
13+
14+
include::modules/hcp-requirements-platform-version.adoc[leveloffset=+1]
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
// Module included in the following assemblies:
2+
// * hosted-control-planes/hcp-prepare/hcp-requirements.adoc
3+
4+
:_mod-docs-content-type: CONCEPT
5+
[id="hcp-requirements-platform-version_{context}"]
6+
= Platform and version requirements for {hcp-capital}
7+
8+
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:
9+
10+
.Required {product-title} versions for platforms
11+
[cols="3",options="header"]
12+
|===
13+
|Platform |Hosting {product-title} version |Hosted {product-title} version
14+
15+
|{aws-full}
16+
|4.11 - 4.16
17+
|4.14 - 4.16 (only)
18+
19+
|{ibm-power-title}
20+
|4.16
21+
|4.16 (only)
22+
23+
|{ibm-z-title}
24+
|4.16
25+
|4.16 (only)
26+
27+
|{VirtProductName}
28+
|4.14 - 4.16
29+
|4.14 - 4.16 (only)
30+
31+
|Bare metal
32+
|4.14 - 4.16
33+
|4.14 - 4.16 (only)
34+
35+
|Non-bare metal agent machines
36+
|4.16
37+
|4.16 (only)
38+
|===

0 commit comments

Comments
 (0)