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:
@@ -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
|
||||
|
||||
1
hosted_control_planes/_attributes
Symbolic link
1
hosted_control_planes/_attributes
Symbolic link
@@ -0,0 +1 @@
|
||||
../_attributes/
|
||||
19
hosted_control_planes/hcp-managing.adoc
Normal file
19
hosted_control_planes/hcp-managing.adoc
Normal 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
|
||||
|
||||
1
hosted_control_planes/images
Symbolic link
1
hosted_control_planes/images
Symbolic link
@@ -0,0 +1 @@
|
||||
../images
|
||||
25
hosted_control_planes/index.adoc
Normal file
25
hosted_control_planes/index.adoc
Normal 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]
|
||||
1
hosted_control_planes/modules
Symbolic link
1
hosted_control_planes/modules
Symbolic link
@@ -0,0 +1 @@
|
||||
../modules
|
||||
1
hosted_control_planes/snippets
Symbolic link
1
hosted_control_planes/snippets
Symbolic link
@@ -0,0 +1 @@
|
||||
../snippets
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// * architecture/control-plane.adoc
|
||||
// * hosted-control-planes/index.adoc
|
||||
|
||||
|
||||
:_content-type: CONCEPT
|
||||
|
||||
Reference in New Issue
Block a user