Skip to content

Commit 711041c

Browse files
authored
Merge pull request #48734 from adellape/rename_platform_operators
2 parents f0c7106 + ee98a93 commit 711041c

22 files changed

+41
-41
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ Topics:
15661566
- Name: Migrating to Operator SDK v0.1.0
15671567
File: osdk-migrating-to-v0-1-0
15681568
Distros: openshift-origin
1569-
- Name: Platform Operators reference
1569+
- Name: Cluster Operators reference
15701570
File: operator-reference
15711571
---
15721572
Name: CI/CD

architecture/control-plane.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ include::modules/architecture-machine-roles.adoc[leveloffset=+1]
1919
include::modules/operators-overview.adoc[leveloffset=+1]
2020

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

2424
[role="_additional-resources"]
2525
.Additional resources
26-
* xref:../operators/operator-reference.adoc#platform-operators-ref[Platform Operators reference]
26+
* xref:../operators/operator-reference.adoc#cluster-operators-ref[Cluster Operators reference]
2727
endif::[]
2828
2929
include::modules/arch-olm-operators.adoc[leveloffset=+2]

authentication/managing_cloud_provider_credentials/about-cloud-credential-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ To resolve insufficient credentials issues, provide a credential with sufficient
9898
[id="additional-resources_about-cloud-credential-operator"]
9999
== Additional resources
100100

101-
* xref:../../operators/operator-reference.adoc#cloud-credential-operator_platform-operators-ref[Platform Operators reference page for the Cloud Credential Operator]
101+
* xref:../../operators/operator-reference.adoc#cloud-credential-operator_cluster-operators-ref[Cluster Operators reference page for the Cloud Credential Operator]

cicd/gitops/installing-openshift-gitops.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::_attributes/common-attributes.adoc[]
77
toc::[]
88

99
[role="_abstract"]
10-
{gitops-title} uses Argo CD to manage specific cluster-scoped resources, including platform Operators, optional Operator Lifecycle Manager (OLM) Operators, and user management.
10+
{gitops-title} uses Argo CD to manage specific cluster-scoped resources, including cluster Operators, optional Operator Lifecycle Manager (OLM) Operators, and user management.
1111

1212
This guide explains how to install the {gitops-title} Operator to an {product-title} cluster and log in to the Argo CD instance.
1313

machine_management/capi-machine-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ include::modules/cluster-api-architecture.adoc[leveloffset=+1]
5252

5353
[role="_additional-resources"]
5454
.Additional resources
55-
* xref:../operators/operator-reference.adoc#cluster-capi-operator_platform-operators-ref[Cluster CAPI Operator]
55+
* xref:../operators/operator-reference.adoc#cluster-capi-operator_cluster-operators-ref[Cluster CAPI Operator]
5656

5757
[id="capi-sample-yaml-files"]
5858
== Sample YAML files

modules/arch-cluster-operators.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * architecture/control-plane.adoc
4+
5+
[id="cluster-operators_{context}"]
6+
= Cluster Operators
7+
8+
In {product-title}, all cluster functions are divided into a series of default _cluster Operators_. Cluster Operators manage a particular area of cluster functionality, such as cluster-wide application logging, management of the Kubernetes control plane, or the machine provisioning system.
9+
10+
Cluster Operators are represented by a `ClusterOperator` object, which cluster administrators can view in the {product-title} web console from the *Administration* -> *Cluster Settings* page. Each cluster Operator provides a simple API for determining cluster functionality. The Operator hides the details of managing the lifecycle of that component. Operators can manage a single component or tens of components, but the end goal is always to reduce operational burden by automating common actions.

modules/arch-olm-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Developers can use the Operator SDK to help author custom Operators that take ad
1515

1616
[NOTE]
1717
====
18-
OLM does not manage the platform Operators that comprise the {product-title} architecture.
18+
OLM does not manage the cluster Operators that comprise the {product-title} architecture.
1919
====

modules/arch-platform-operators.adoc

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

modules/cluster-api-architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If a cluster is configured correctly to allow the use of the Cluster API, the Cl
2020
The Cluster CAPI Operator is distinct from the upstream Cluster API Operator.
2121
====
2222

23-
For more information, see the entry for the Cluster CAPI Operator in the platform Operators reference content.
23+
For more information, see the entry for the Cluster CAPI Operator in the _Cluster Operators reference_ content.
2424

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

modules/gitops-in-built-permissions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="in-built-permissions_{context}"]
66
= In-built permissions for Argo CD
77

8-
This section lists the permissions that are granted to ArgoCD to manage specific cluster-scoped resources which include platform operators, optional OLM operators, and user management. Note that ArgoCD is not granted `cluster-admin` permissions.
8+
This section lists the permissions that are granted to ArgoCD to manage specific cluster-scoped resources which include cluster operators, optional OLM operators, and user management. Note that ArgoCD is not granted `cluster-admin` permissions.
99

1010
.Permissions granted to Argo CD
1111
|==========================

0 commit comments

Comments
 (0)