Skip to content

Commit a8b1479

Browse files
committed
Fixing TechPreviewNoUpgrade typos
1 parent eeb9a39 commit a8b1479

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

modules/arch-platform-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Operator Lifecycle Manager (OLM) introduces a new type of Operator called _platf
2222

2323
Using the existing cluster capabilities feature in {product-title}, cluster administrators can already disable a subset of Cluster Version Operator-based (CVO) components considered non-essential to the initial payload prior to cluster installation. Platform Operators iterate on this model by providing additional customization options. Through the platform Operator mechanism, which relies on resources from the RukPak component, OLM-based Operators can now be installed at cluster installation time and can block cluster rollout if the Operator fails to install successfully.
2424

25-
In {product-title} 4.12, this Technology Preview release focuses on the basic platform Operator mechanism and builds a foundation for expanding the concept in upcoming releases. You can use the cluster-wide `PlatformOperator` API to configure Operators before or after cluster creation on clusters that have enabled the `TechPreviewNoUpgrades` feature set.
25+
In {product-title} 4.12, this Technology Preview release focuses on the basic platform Operator mechanism and builds a foundation for expanding the concept in upcoming releases. You can use the cluster-wide `PlatformOperator` API to configure Operators before or after cluster creation on clusters that have enabled the `TechPreviewNoUpgrade` feature set.

modules/olm-installing-po-after.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="olm-installing-po-after_{context}"]
77
= Installing platform Operators after cluster creation
88

9-
As a cluster administrator, you can install platform Operators after cluster creation on clusters that have enabled the `TechPreviewNoUpgrades` feature set by using the cluster-wide `PlatformOperator` API.
9+
As a cluster administrator, you can install platform Operators after cluster creation on clusters that have enabled the `TechPreviewNoUpgrade` feature set by using the cluster-wide `PlatformOperator` API.
1010

1111
.Procedure
1212

@@ -35,7 +35,7 @@ $ oc apply -f service-mesh-po.yaml
3535
+
3636
[NOTE]
3737
====
38-
If your cluster does not have the `TechPreviewNoUpgrades` feature set enabled, the object creation fails with the following message:
38+
If your cluster does not have the `TechPreviewNoUpgrade` feature set enabled, the object creation fails with the following message:
3939
4040
[source,terminal]
4141
----

operators/admin/olm-managing-po.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include::modules/olm-po-techpreview.adoc[leveloffset=+2]
2424
== Prerequisites
2525
2626
- Access to an {product-title} cluster using an account with `cluster-admin` permissions.
27-
- The `TechPreviewNoUpgrades` feature set enabled on the cluster.
27+
- The `TechPreviewNoUpgrade` feature set enabled on the cluster.
2828
+
2929
[WARNING]
3030
====

operators/olm_v1/olmv1-installing-an-operator-from-a-catalog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include::snippets/technology-preview.adoc[]
2121
--
2222
include::snippets/olmv1-cli-only.adoc[]
2323
--
24-
* The `TechPreviewNoUpgrades` feature set enabled on the cluster
24+
* The `TechPreviewNoUpgrade` feature set enabled on the cluster
2525
+
2626
[WARNING]
2727
====

operators/olm_v1/olmv1-managing-plain-bundles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ As a cluster administrator, you can build and publish a file-based catalog that
3535
--
3636
include::snippets/olmv1-cli-only.adoc[]
3737
--
38-
* The `TechPreviewNoUpgrades` feature set enabled on the cluster
38+
* The `TechPreviewNoUpgrade` feature set enabled on the cluster
3939
+
4040
[WARNING]
4141
====

0 commit comments

Comments
 (0)