Skip to content

Commit 1392e02

Browse files
committed
[OSDOCS-5514]: Add hosted control planes book
1 parent acf7bc1 commit 1392e02

File tree

9 files changed

+60
-1
lines changed

9 files changed

+60
-1
lines changed

_topic_maps/_topic_map.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,6 +2119,15 @@ Topics:
21192119
- Name: Deploying machine health checks
21202120
File: deploying-machine-health-checks
21212121
---
2122+
Name: Hosted control planes
2123+
Dir: hosted_control_planes
2124+
Distros: openshift-enterprise, openshift-origin
2125+
Topics:
2126+
- Name: Hosted control planes overview
2127+
File: index
2128+
- Name: Managing hosted control planes
2129+
File: hcp-managing
2130+
---
21222131
Name: Nodes
21232132
Dir: nodes
21242133
Distros: openshift-enterprise,openshift-origin

hosted_control_planes/_attributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:_content-type: ASSEMBLY
2+
[id="hcp-managing"]
3+
= Managing hosted control planes
4+
include::_attributes/common-attributes.adoc[]
5+
:context: hcp-managing
6+
7+
toc::[]
8+
9+
After you configure your environment for hosted control planes and create a hosted cluster, you can further manage your clusters and nodes.
10+
11+
//updating hosted control planes
12+
//restarting hosted control plane components
13+
//pausing reconciliation
14+
//debugging why nodes have not joined the cluster
15+
//using service-level DNS for control plane services
16+
//configuring metrics sets
17+
include::modules/node-tuning-hosted-cluster.adoc[leveloffset=+1]
18+
//automated machine management
19+

hosted_control_planes/images

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images

hosted_control_planes/index.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
:_content-type: ASSEMBLY
2+
[id="hcp-overview"]
3+
= Hosted control planes overview
4+
include::_attributes/common-attributes.adoc[]
5+
:context: hcp-overview
6+
7+
You can deploy {product-title} clusters by using two different control plane configurations: standalone or hosted control planes. The standalone configuration uses dedicated virtual machines or physical machines to host the control plane. With hosted control planes for {product-title}, you create control planes as pods on a hosting cluster without the need for dedicated virtual or physical machines for each control plane.
8+
9+
toc::[]
10+
11+
include::modules/hosted-control-planes-overview.adoc[leveloffset=+1]
12+
13+
[role="_additional-resources"]
14+
.Additional resources
15+
* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.7/html/clusters/cluster_mce_overview#hypershift-addon-intro[HyperShift add-on (Technology Preview)]
16+
17+
* 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-intro[Hosted control planes for Red Hat OpenShift Container Platform (Technology Preview)]
18+
19+
20+
include::modules/hosted-control-planes-version-support.adoc[leveloffset=+1]
21+
22+
[role="_additional-resources"]
23+
.Additional resources
24+
25+
* link:https://hypershift-docs.netlify.app/reference/api/[HyperShift API Reference]

hosted_control_planes/modules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules

hosted_control_planes/snippets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../snippets

modules/hosted-control-planes-overview.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// Module included in the following assemblies:
22
//
33
// * architecture/control-plane.adoc
4+
// * hosted-control-planes/index.adoc
45

56

67
:_content-type: CONCEPT
78
[id="hosted-control-planes-overview_{context}"]
8-
= Overview of hosted control planes (Technology Preview)
9+
= Introduction to hosted control planes (Technology Preview)
910

1011
You can use hosted control planes 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.
1112

modules/hosted-control-planes-version-support.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Module included in the following assemblies:
22
//
33
// * architecture/control-plane.adoc
4+
// * hosted-control-planes/index.adoc
45

56

67
:_content-type: CONCEPT

0 commit comments

Comments
 (0)