Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions modules/cluster-api-architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,14 @@ The {product-title} integration of the upstream Cluster API is implemented and m

The Cluster CAPI Operator is an {product-title} Operator that maintains the lifecycle of Cluster API resources. This Operator is responsible for all administrative tasks related to deploying the Cluster API project within an {product-title} cluster.

If a cluster is configured correctly to allow the use of the Cluster API, the Cluster CAPI Operator installs the Cluster API Operator on the cluster.

[NOTE]
====
The Cluster CAPI Operator is distinct from the upstream Cluster API Operator.
====
If a cluster is configured correctly to allow the use of the Cluster API, the Cluster CAPI Operator installs the Cluster API components on the cluster.

For more information, see the entry for the Cluster CAPI Operator in the _Cluster Operators reference_ content.

[id="capi-arch-resources"]
== Primary resources

The Cluster API is comprised of the following primary resources. For the Technology Preview of this feature, you must create these resources manually in the `openshift-cluster-api` namespace.
The Cluster API consists of the following primary resources. For the Technology Preview of this feature, you must create these resources manually in the `openshift-cluster-api` namespace.

Cluster:: A fundamental unit that represents a cluster that is managed by the Cluster API.

Expand Down