Skip to content

Commit 399809a

Browse files
authored
Merge pull request #57171 from lahinson/hcp-configuring-osdocs-5527
[OSDOCS-5527]: Adding 'Configuring hosted control planes' assembly
2 parents fa57adf + ccbaeb9 commit 399809a

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,6 +2149,8 @@ Distros: openshift-enterprise, openshift-origin
21492149
Topics:
21502150
- Name: Hosted control planes overview
21512151
File: index
2152+
- Name: Configuring hosted control planes
2153+
File: hcp-configuring
21522154
- Name: Managing hosted control planes
21532155
File: hcp-managing
21542156
---
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
:_content-type: ASSEMBLY
2+
[id="hcp-configuring"]
3+
= Configuring hosted control planes
4+
include::_attributes/common-attributes.adoc[]
5+
:context: hcp-configuring
6+
7+
toc::[]
8+
9+
To get started with hosted control planes for {product-title}, you first configure your hosted cluster on the provider that you want to use. Then, you complete a few management tasks.
10+
11+
:FeatureName: Hosted control planes
12+
include::snippets/technology-preview.adoc[]
13+
14+
You can view the procedures by selecting from one of the following providers:
15+
16+
[id="hcp-configuring-aws"]
17+
== Amazon Web Services (AWS)
18+
19+
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#hosting-service-cluster-configure-aws[Configuring the hosted cluster on AWS]: The tasks to configure a hosted cluster on AWS include creating the AWS S3 OIDC secret, creating a routable public zone, enabling external DNS, enabling AWS PrivateLink, enabling the hosted control planes feature, and installing the hosted control planes CLI.
20+
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#hosted-control-planes-manage-aws[Managing hosted control plane clusters on AWS]: Management tasks include creating, importing, accessing, or deleting a hosted cluster on AWS.
21+
* xref:../backup_and_restore/control_plane_backup_and_restore/etcd-backup-restore-hosted-cluster.adoc#etcd-backup-restore-hosted-cluster[Backing up and restoring etcd on a hosted cluster]: The procedure to back up and restore etcd on a hosted cluster differs from the typical procedure for {product-title}.
22+
* xref:../backup_and_restore/control_plane_backup_and_restore/disaster_recovery/dr-hosted-cluster-within-aws-region.adoc#dr-hosted-cluster-within-aws-region[Disaster recovery for a hosted cluster within an AWS region]: In a disaster situation, such as when a hosted cluster becomes read-only because of a failure, learn how to restore the hosted cluster.
23+
24+
[id="hcp-configuring-bm"]
25+
== Bare metal
26+
27+
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#configuring-hosting-service-cluster-configure-bm[Configuring the hosted cluster on bare metal]: Configure DNS before you create a hosted cluster.
28+
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#hosted-control-planes-manage-bm[Managing hosted control plane clusters on bare metal]: Create a hosted cluster, create an `InfraEnv` resource, add agents, access the hosted cluster, scale the `NodePool` object, handle Ingress, enable node auto-scaling, or delete a hosted cluster.
29+
30+
// To be added after ACM 2.8 goes live:
31+
32+
//{VirtProductName}
33+
34+
// To be added after ACM 2.9 goes live:
35+
36+
//{ibmpowerProductName}
37+
38+
39+
40+

0 commit comments

Comments
 (0)