Skip to content

Commit 04b49a5

Browse files
authored
Merge pull request #89011 from adellape/418_little_fixes
2 parents 495c180 + de9f518 commit 04b49a5

File tree

5 files changed

+34
-14
lines changed

5 files changed

+34
-14
lines changed

_attributes/common-attributes.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ endif::[]
229229
//Version-agnostic OLM
230230
:olm-first: Operator Lifecycle Manager (OLM)
231231
:olm: OLM
232-
//Initial version of OLM that shipped with OCP 4, aka "v0"
233-
:olmv0: existing OLM
234-
:olmv0-caps: Existing OLM
235-
:olmv0-first: existing Operator Lifecycle Manager (OLM)
236-
:olmv0-first-caps: Existing Operator Lifecycle Manager (OLM)
232+
//Initial version of OLM that shipped with OCP 4, aka "v0" and f/k/a "existing" during OLM v1's pre-4.18 TP phase
233+
:olmv0: OLM (Classic)
234+
:olmv0-caps: OLM (Classic)
235+
:olmv0-first: Operator Lifecycle Manager (OLM) Classic
236+
:olmv0-first-caps: Operator Lifecycle Manager (OLM) Classic
237237
//Next-gen (OCP 4.14+) Operator Lifecycle Manager, f/k/a "1.0"
238238
:olmv1: OLM v1
239239
:olmv1-first: Operator Lifecycle Manager (OLM) v1

extensions/ce/user-access-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The RBAC permissions described for user access to extension resources are differ
1717

1818
[role="_additional-resources"]
1919
.Additional resources
20-
* xref:../../extensions/ce/managing-ce.adoc#managing-ce["Managing extensions" -> "Cluster extension permissions"]
20+
* xref:../../extensions/ce/managing-ce.adoc#olmv1-cluster-extension-permissions_managing-ce["Managing extensions" -> "Cluster extension permissions"]
2121
2222
include::modules/olmv1-default-cluster-roles-users.adoc[leveloffset=+1]
2323

modules/olm-overview.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,31 @@ ifeval::["{context}" == "cluster-capabilities"]
1111
:cluster-caps:
1212
endif::[]
1313

14-
1514
:_mod-docs-content-type: CONCEPT
1615
[id="olm-overview_{context}"]
1716
ifndef::operators[]
1817
ifndef::cluster-caps[]
19-
= What is Operator Lifecycle Manager?
18+
= What is {olmv0-first}?
2019
endif::[]
2120
endif::[]
2221
ifdef::operators[]
2322
= Purpose
2423
endif::[]
2524
ifdef::cluster-caps[]
26-
= Operator Lifecycle Manager capability
25+
= {olmv0-first} capability
2726

2827
[discrete]
2928
== Purpose
3029
endif::[]
3130

32-
_Operator Lifecycle Manager_ (OLM) helps users install, update, and manage the lifecycle of Kubernetes native applications (Operators) and their associated services running across their {product-title} clusters. It is part of the link:https://operatorframework.io/[Operator Framework], an open source toolkit designed to manage Operators in an effective, automated, and scalable way.
31+
ifdef::cluster-caps[]
32+
{olmv0} provides the features for the `OperatorLifecycleManager` capability.
33+
endif::[]
34+
35+
{olmv0-first} helps users install, update, and manage the lifecycle of Kubernetes native applications (Operators) and their associated services running across their {product-title} clusters. It is part of the link:https://operatorframework.io/[Operator Framework], an open source toolkit designed to manage Operators in an effective, automated, and scalable way.
3336

3437
ifndef::cluster-caps[]
35-
.Operator Lifecycle Manager workflow
38+
.{olmv0} workflow
3639
image::olm-workflow.png[]
3740

3841
OLM runs by default in {product-title} {product-version}, which aids

modules/olmv1-clusteroperator.adoc

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,31 @@
33
// * operators/operator-reference.adoc
44
// * installing/overview/cluster-capabilities.adoc
55

6+
ifeval::["{context}" == "cluster-operators-ref"]
7+
:operators:
8+
endif::[]
9+
ifeval::["{context}" == "cluster-capabilities"]
10+
:cluster-caps:
11+
endif::[]
12+
613
:_mod-docs-content-type: CONCEPT
14+
715
[id="cluster-operators-ref-olmv1_{context}"]
16+
ifdef::operators[]
817
= {olmv1-first} Operator
18+
endif::[]
19+
ifdef::cluster-caps[]
20+
= {olmv1-first} capability
21+
endif::[]
922

1023
[discrete]
1124
== Purpose
1225

13-
Starting in {product-title} 4.18, {olmv1-first} is enabled by default alongside the {olmv0}. This next-generation iteration provides an updated framework that evolves many of the {olmv0} concepts that enable cluster administrators to extend capabilities for their users.
26+
ifdef::cluster-caps[]
27+
{olmv1} provides the features for the `OperatorLifecycleManagerV1` capability.
28+
endif::[]
29+
30+
Starting in {product-title} 4.18, {olmv1} is enabled by default alongside {olmv0}. This next-generation iteration provides an updated framework that evolves many of {olmv0} concepts that enable cluster administrators to extend capabilities for their users.
1431

1532
{olmv1} manages the lifecycle of the new `ClusterExtension` object, which includes Operators via the `registry+v1` bundle format, and controls installation, upgrade, and role-based access control (RBAC) of extensions within a cluster.
1633

operators/operator-reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ include::modules/openshift-apiserver-operator.adoc[leveloffset=+1]
135135
include::modules/cluster-openshift-controller-manager-operators.adoc[leveloffset=+1]
136136

137137
[id="cluster-operators-ref-olm"]
138-
== Operator Lifecycle Manager (OLM) Operators
138+
== {olmv0-first} Operators
139139

140140
[NOTE]
141141
====
142-
The following sections pertain to the {olmv0-first} that has been included with {product-title} 4 since its initial release. For {olmv1}, see xref:../operators/operator-reference.adoc#cluster-operators-ref-olmv1_cluster-operators-ref[{olmv1-first} Operators].
142+
The following sections pertain to {olmv0-first} that has been included with {product-title} 4 since its initial release. For {olmv1}, see xref:../operators/operator-reference.adoc#cluster-operators-ref-olmv1_cluster-operators-ref[{olmv1-first} Operators].
143143
====
144144

145145
[discrete]

0 commit comments

Comments
 (0)