|
2 | 2 | [id="control-plane"]
|
3 | 3 | = Control plane architecture
|
4 | 4 | include::_attributes/common-attributes.adoc[]
|
| 5 | +include::_attributes/attributes-openshift-dedicated.adoc[] |
5 | 6 | :context: control-plane
|
6 | 7 |
|
7 | 8 | toc::[]
|
8 | 9 |
|
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. |
| 10 | +The _control plane_, which is composed of control plane machines, manages the {product-title} cluster. |
| 11 | +The control plane machines manage workloads on the compute machines, which are also known as worker machines. |
| 12 | +The cluster itself manages all upgrades to the machines by the actions of the Cluster Version Operator (CVO), |
| 13 | +ifndef::openshift-dedicated,openshift-rosa[] |
| 14 | +the Machine Config Operator, |
| 15 | +endif::openshift-dedicated,openshift-rosa[] |
| 16 | +and a set of individual Operators. |
10 | 17 |
|
| 18 | +ifdef::openshift-rosa[] |
| 19 | +:FeatureName: This control plane architecture |
| 20 | +include::snippets/rosa-classic-support.adoc[] |
| 21 | +endif::openshift-rosa[] |
| 22 | + |
| 23 | +// This module does not apply to OSD/ROSA |
| 24 | +ifndef::openshift-dedicated,openshift-rosa[] |
11 | 25 | include::modules/architecture-machine-config-pools.adoc[leveloffset=+1]
|
| 26 | +endif::openshift-dedicated,openshift-rosa[] |
12 | 27 |
|
| 28 | +ifndef::openshift-dedicated,openshift-rosa[] |
13 | 29 | [role="_additional-resources"]
|
14 | 30 | .Additional resources
|
15 |
| -ifndef::openshift-dedicated,openshift-rosa[] |
16 | 31 | * xref:../post_installation_configuration/machine-configuration-tasks.adoc#machine-config-drift-detection_post-install-machine-configuration-tasks[Understanding configuration drift detection]
|
17 | 32 | endif::openshift-dedicated,openshift-rosa[]
|
18 |
| -ifdef::openshift-rosa[] |
19 |
| -* xref:../rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc#machine-pools[Machine pools] |
20 |
| -endif::openshift-rosa[] |
21 |
| -ifdef::openshift-dedicated[] |
22 |
| -* xref:../osd_cluster_admin/osd_nodes/osd-nodes-machinepools-about.adoc#machine-pools[Machine pools] |
23 |
| -endif::openshift-dedicated[] |
24 | 33 |
|
25 | 34 | include::modules/architecture-machine-roles.adoc[leveloffset=+1]
|
26 | 35 |
|
@@ -52,7 +61,10 @@ include::modules/arch-platform-operators.adoc[leveloffset=+2]
|
52 | 61 | * xref:../installing/cluster-capabilities.adoc#cluster-capabilities[Cluster capabilities]
|
53 | 62 | endif::[]
|
54 | 63 |
|
| 64 | +// This module does not apply to OSD/ROSA |
| 65 | +ifndef::openshift-dedicated,openshift-rosa[] |
55 | 66 | include::modules/understanding-machine-config-operator.adoc[leveloffset=+1]
|
| 67 | +endif::openshift-dedicated,openshift-rosa[] |
56 | 68 |
|
57 | 69 | // These additional resources do not apply to OSD/ROSA
|
58 | 70 | ifndef::openshift-dedicated,openshift-rosa[]
|
|
0 commit comments