Skip to content

Commit 43a8741

Browse files
authored
Merge pull request #80323 from lahinson/osdocs-10966-move-hcp
[OSDOCS-10966]: Reorganizing and updating HCP overview
2 parents 61b6e8b + aecc3ef commit 43a8741

File tree

5 files changed

+24
-25
lines changed

5 files changed

+24
-25
lines changed

architecture/control-plane.adoc

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ endif::openshift-dedicated,openshift-rosa[]
3333
3434
include::modules/architecture-machine-roles.adoc[leveloffset=+1]
3535
36+
// This additional resource does not apply to OSD/ROSA
37+
ifndef::openshift-dedicated,openshift-rosa[]
38+
[role="_additional-resources"]
39+
.Additional resources
40+
* xref:../hosted_control_planes/index.adoc#hcp-overview[{hcp-capital} overview]
41+
endif::openshift-dedicated,openshift-rosa[]
42+
3643
include::modules/operators-overview.adoc[leveloffset=+1]
3744
3845
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
@@ -80,15 +87,4 @@ ifndef::openshift-dedicated,openshift-rosa[]
8087
.Additional resources
8188
* xref:../scalability_and_performance/recommended-performance-scale-practices/recommended-etcd-practices.adoc#recommended-etcd-practices[Recommended etcd practices]
8289
* xref:../backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc#backing-up-etcd[Backing up etcd]
83-
endif::openshift-dedicated,openshift-rosa[]
84-
85-
ifndef::openshift-dedicated,openshift-rosa[]
86-
include::modules/hosted-control-planes-overview.adoc[leveloffset=+1]
87-
88-
[role="_additional-resources"]
89-
.Additional resources
90-
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#hosted-control-planes-intro[{hcp-capital}]
91-
92-
include::modules/hosted-control-planes-concepts-personas.adoc[leveloffset=+2]
93-
include::modules/hosted-control-planes-version-support.adoc[leveloffset=+2]
94-
endif::openshift-dedicated,openshift-rosa[]
90+
endif::openshift-dedicated,openshift-rosa[]

architecture/index.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ Operators are important components in {product-title} because they provide the f
6161
* Manage over-the-air updates
6262
* Ensure applications stay in the specified state
6363

64+
ifndef::openshift-dedicated,openshift-rosa[]
65+
[role="_additional-resources"]
66+
.Additional resources
67+
68+
* xref:../hosted_control_planes/index.adoc#hcp-overview[{hcp-capital} overview]
69+
endif::openshift-dedicated,openshift-rosa[]
70+
6471
[id="about-containerized-applications-for-developers"]
6572
== About containerized applications for developers
6673

architecture/mce-overview-ocp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ One of the challenges of scaling Kubernetes environments is managing the lifecyc
1616

1717
When you enable multicluster engine on {product-title}, you gain the following capabilities:
1818

19-
* xref:../architecture/control-plane.adoc#hosted-control-planes-overview_control-plane[{hcp-capital}], which is a feature that is based on the HyperShift project. With a centralized hosted control plane, you can operate {product-title} clusters in a hyperscale manner.
19+
* xref:../hosted_control_planes/index.adoc#hcp-overview[{hcp-capital}], which is a feature that is based on the HyperShift project. With a centralized hosted control plane, you can operate {product-title} clusters in a hyperscale manner.
2020
* Hive, which provisions self-managed {product-title} clusters to the hub and completes the initial configurations for those clusters.
2121
* klusterlet agent, which registers managed clusters to the hub.
2222
* Infrastructure Operator, which manages the deployment of the Assisted Service to orchestrate on-premise bare metal and vSphere installations of {product-title}, such as {sno} on bare metal. The Infrastructure Operator includes xref:../edge_computing/ztp-deploying-far-edge-clusters-at-scale.adoc#ztp-challenges-of-far-edge-deployments_ztp-deploying-far-edge-clusters-at-scale[{ztp-first}], which fully automates cluster creation on bare metal and vSphere provisioning with GitOps workflows to manage deployments and configuration changes.

hosted_control_planes/index.adoc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,13 @@ You can deploy {product-title} clusters by using two different control plane con
88

99
toc::[]
1010

11-
include::modules/hosted-control-planes-concepts-personas.adoc[leveloffset=+1]
1211
include::modules/hosted-control-planes-overview.adoc[leveloffset=+1]
13-
14-
[role="_additional-resources"]
15-
.Additional resources
16-
17-
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#hosted-control-planes-intro[{hcp-capital}]
18-
1912
include::modules/hosted-control-planes-version-support.adoc[leveloffset=+1]
2013

2114
[role="_additional-resources"]
2215
.Additional resources
2316

2417
* xref:../scalability_and_performance/using-node-tuning-operator.adoc#node-tuning-hosted-cluster_node-tuning-operator[Configuring node tuning in a hosted cluster]
2518
* xref:../scalability_and_performance/using-node-tuning-operator.adoc#advanced-node-tuning-hosted-cluster_node-tuning-operator[Advanced node tuning for hosted clusters by setting kernel boot parameters]
19+
20+
include::modules/hosted-control-planes-concepts-personas.adoc[leveloffset=+1]

modules/hosted-control-planes-overview.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
[id="hosted-control-planes-overview_{context}"]
99
= Introduction to {hcp}
1010

11-
You can use {hcp} for Red Hat {product-title} to reduce management costs, optimize cluster deployment time, and separate management and workload concerns so that you can focus on your applications.
12-
13-
{hcp-capital} is available by using the link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.9/html/clusters/cluster_mce_overview#cluster_mce_overview[{mce} version 2.0 or later] on the following platforms:
11+
{hcp-capital} is available by using the link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/clusters/cluster_mce_overview#cluster_mce_overview[{mce} version 2.0 or later] on the following platforms:
1412

1513
* Bare metal by using the Agent provider
14+
* Non-bare metal Agent machines
1615
* {VirtProductName}, as a Generally Available feature in connected environments and a Technology Preview feature in disconnected environments
17-
* {aws-first}, as a Technology Preview feature
16+
* {aws-first}
1817
* {ibm-z-title}, as a Technology Preview feature
1918
* {ibm-power-title}, as a Technology Preview feature
2019
20+
The {hcp} feature is enabled by default.
21+
2122
[id="hosted-control-planes-architecture_{context}"]
2223
== Architecture of {hcp}
2324

@@ -32,7 +33,7 @@ image::hosted-control-planes-diagram.png[Diagram that compares the hosted contro
3233
[id="hosted-control-planes-benefits_{context}"]
3334
== Benefits of {hcp}
3435

35-
With {hcp} for {product-title}, you can pave the way for a true hybrid-cloud approach and enjoy several other benefits.
36+
With {hcp}, you can pave the way for a true hybrid-cloud approach and enjoy several other benefits.
3637

3738
* The security boundaries between management and workloads are stronger because the control plane is decoupled and hosted on a dedicated hosting service cluster. As a result, you are less likely to leak credentials for clusters to other users. Because infrastructure secret account management is also decoupled, cluster infrastructure administrators cannot accidentally delete control plane infrastructure.
3839

0 commit comments

Comments
 (0)