diff --git a/modules/arch-platform-operators.adoc b/modules/arch-platform-operators.adoc index 3e70106e97..abe61345e8 100644 --- a/modules/arch-platform-operators.adoc +++ b/modules/arch-platform-operators.adoc @@ -22,4 +22,4 @@ Operator Lifecycle Manager (OLM) introduces a new type of Operator called _platf 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. -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/modules/olm-installing-po-after.adoc b/modules/olm-installing-po-after.adoc index 18637156c9..1c8aeba9e3 100644 --- a/modules/olm-installing-po-after.adoc +++ b/modules/olm-installing-po-after.adoc @@ -6,7 +6,7 @@ [id="olm-installing-po-after_{context}"] = Installing platform Operators after cluster creation -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. +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. .Procedure @@ -35,7 +35,7 @@ $ oc apply -f service-mesh-po.yaml + [NOTE] ==== -If your cluster does not have the `TechPreviewNoUpgrades` feature set enabled, the object creation fails with the following message: +If your cluster does not have the `TechPreviewNoUpgrade` feature set enabled, the object creation fails with the following message: [source,terminal] ---- diff --git a/operators/admin/olm-managing-po.adoc b/operators/admin/olm-managing-po.adoc index a9f17134d2..4074cf1e24 100644 --- a/operators/admin/olm-managing-po.adoc +++ b/operators/admin/olm-managing-po.adoc @@ -24,7 +24,7 @@ include::modules/olm-po-techpreview.adoc[leveloffset=+2] == Prerequisites - Access to an {product-title} cluster using an account with `cluster-admin` permissions. -- The `TechPreviewNoUpgrades` feature set enabled on the cluster. +- The `TechPreviewNoUpgrade` feature set enabled on the cluster. + [WARNING] ==== diff --git a/operators/olm_v1/olmv1-installing-an-operator-from-a-catalog.adoc b/operators/olm_v1/olmv1-installing-an-operator-from-a-catalog.adoc index 07b429930e..00a05fe62c 100644 --- a/operators/olm_v1/olmv1-installing-an-operator-from-a-catalog.adoc +++ b/operators/olm_v1/olmv1-installing-an-operator-from-a-catalog.adoc @@ -21,7 +21,7 @@ include::snippets/technology-preview.adoc[] -- include::snippets/olmv1-cli-only.adoc[] -- -* The `TechPreviewNoUpgrades` feature set enabled on the cluster +* The `TechPreviewNoUpgrade` feature set enabled on the cluster + [WARNING] ==== diff --git a/operators/olm_v1/olmv1-managing-plain-bundles.adoc b/operators/olm_v1/olmv1-managing-plain-bundles.adoc index 08a5a77736..55db28763d 100644 --- a/operators/olm_v1/olmv1-managing-plain-bundles.adoc +++ b/operators/olm_v1/olmv1-managing-plain-bundles.adoc @@ -35,7 +35,7 @@ As a cluster administrator, you can build and publish a file-based catalog that -- include::snippets/olmv1-cli-only.adoc[] -- -* The `TechPreviewNoUpgrades` feature set enabled on the cluster +* The `TechPreviewNoUpgrade` feature set enabled on the cluster + [WARNING] ====