1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

[OSDOCS-5514]: Add hosted control planes book

This commit is contained in:
Laura Hinson
2023-03-10 14:28:15 -05:00
parent acf7bc1038
commit 1392e025af
9 changed files with 60 additions and 1 deletions

View File

@@ -2119,6 +2119,15 @@ Topics:
- Name: Deploying machine health checks
File: deploying-machine-health-checks
---
Name: Hosted control planes
Dir: hosted_control_planes
Distros: openshift-enterprise, openshift-origin
Topics:
- Name: Hosted control planes overview
File: index
- Name: Managing hosted control planes
File: hcp-managing
---
Name: Nodes
Dir: nodes
Distros: openshift-enterprise,openshift-origin

View File

@@ -0,0 +1 @@
../_attributes/

View File

@@ -0,0 +1,19 @@
:_content-type: ASSEMBLY
[id="hcp-managing"]
= Managing hosted control planes
include::_attributes/common-attributes.adoc[]
:context: hcp-managing
toc::[]
After you configure your environment for hosted control planes and create a hosted cluster, you can further manage your clusters and nodes.
//updating hosted control planes
//restarting hosted control plane components
//pausing reconciliation
//debugging why nodes have not joined the cluster
//using service-level DNS for control plane services
//configuring metrics sets
include::modules/node-tuning-hosted-cluster.adoc[leveloffset=+1]
//automated machine management

View File

@@ -0,0 +1 @@
../images

View File

@@ -0,0 +1,25 @@
:_content-type: ASSEMBLY
[id="hcp-overview"]
= Hosted control planes overview
include::_attributes/common-attributes.adoc[]
:context: hcp-overview
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.
toc::[]
include::modules/hosted-control-planes-overview.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
* 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)]
* 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)]
include::modules/hosted-control-planes-version-support.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
* link:https://hypershift-docs.netlify.app/reference/api/[HyperShift API Reference]

View File

@@ -0,0 +1 @@
../modules

View File

@@ -0,0 +1 @@
../snippets

View File

@@ -1,11 +1,12 @@
// Module included in the following assemblies:
//
// * architecture/control-plane.adoc
// * hosted-control-planes/index.adoc
:_content-type: CONCEPT
[id="hosted-control-planes-overview_{context}"]
= Overview of hosted control planes (Technology Preview)
= Introduction to hosted control planes (Technology Preview)
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.

View File

@@ -1,6 +1,7 @@
// Module included in the following assemblies:
//
// * architecture/control-plane.adoc
// * hosted-control-planes/index.adoc
:_content-type: CONCEPT