Skip to content

Commit e7c2eb8

Browse files
committed
Minor structure edits for control plane arch
1 parent ab01081 commit e7c2eb8

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Topics:
6666
- Name: Installation and update
6767
Distros: openshift-enterprise,openshift-origin
6868
File: architecture-installation
69-
- Name: The control plane
69+
- Name: Control plane architecture
7070
File: control-plane
7171
Distros: openshift-enterprise,openshift-origin,openshift-online
7272
- Name: Understanding OpenShift development

architecture/control-plane.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
:_content-type: ASSEMBLY
22
[id="control-plane"]
3-
= The {product-title} control plane
3+
= Control plane architecture
44
include::modules/common-attributes.adoc[]
55
:context: control-plane
66

77
toc::[]
88

9-
include::modules/understanding-control-plane.adoc[leveloffset=+1]
9+
The _control plane_, which is composed of control plane machines, manages the {product-title} cluster. The control plane machines manage workloads on the compute machines, which are also known as worker machines. The cluster itself manages all upgrades to the machines by the actions of the Cluster Version Operator (CVO), the Machine Config Operator, and a set of individual Operators.
1010

11-
include::modules/architecture-machine-config-pools.adoc[leveloffset=+2]
11+
include::modules/architecture-machine-config-pools.adoc[leveloffset=+1]
1212

1313
.Additional resources
1414

1515
* For more information on configuration drift detection, see xref:../post_installation_configuration/machine-configuration-tasks.adoc#machine-config-drift-detection_post-install-machine-configuration-tasks[Understanding configuration drift detection].
1616
17-
include::modules/architecture-machine-roles.adoc[leveloffset=+2]
17+
include::modules/architecture-machine-roles.adoc[leveloffset=+1]
1818

19-
include::modules/operators-overview.adoc[leveloffset=+2]
19+
include::modules/operators-overview.adoc[leveloffset=+1]
2020

2121
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
22-
include::modules/arch-platform-operators.adoc[leveloffset=+3]
22+
include::modules/arch-platform-operators.adoc[leveloffset=+2]
2323
.Additional resources
2424

2525
* For an index of CVO-managed Operators, see xref:../operators/operator-reference.adoc#platform-operators-ref[Platform Operators reference].
2626
endif::[]
2727
28-
include::modules/arch-olm-operators.adoc[leveloffset=+3]
28+
include::modules/arch-olm-operators.adoc[leveloffset=+2]
2929
.Additional resources
3030

3131
* For more details on running add-on Operators in {product-title}, see the _Operators_ guide sections on xref:../operators/understanding/olm/olm-understanding-olm.adoc#olm-understanding-olm[Operator Lifecycle Manager (OLM)] and xref:../operators/understanding/olm-understanding-operatorhub.adoc#olm-understanding-operatorhub[OperatorHub].
3232
* For more details on the Operator SDK, see xref:../operators/operator_sdk/osdk-about.adoc#osdk-about[Developing Operators].
3333
34-
include::modules/update-service-overview.adoc[leveloffset=+3]
34+
include::modules/update-service-overview.adoc[leveloffset=+1]
3535

36-
include::modules/understanding-machine-config-operator.adoc[leveloffset=+3]
36+
include::modules/understanding-machine-config-operator.adoc[leveloffset=+1]
3737

3838
.Additional information
3939

modules/understanding-control-plane.adoc

Lines changed: 0 additions & 12 deletions
This file was deleted.

modules/understanding-machine-config-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Module included in the following assemblies:
22
//
33
// * architecture/control-plane.adoc
4-
[id="understanding-machine-config-operator_{context}"]
5-
= Understanding the Machine Config Operator
4+
[id="about-machine-config-operator_{context}"]
5+
= About the Machine Config Operator
66

77
{product-title} {product-version} integrates both
88
operating system and cluster management. Because the cluster manages its own

0 commit comments

Comments
 (0)