1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/arch-platform-operators.adoc
2023-10-30 10:13:25 -04:00

25 lines
1.8 KiB
Plaintext

// Module included in the following assemblies:
//
// * architecture/control-plane.adoc
// * operators/admin/olm-managing-po.adoc
:_mod-docs-content-type: CONCEPT
ifeval::["{context}" == "control-plane"]
[id="platform-operators_{context}"]
= Platform Operators (Technology Preview)
:FeatureName: The platform Operator type
include::snippets/technology-preview.adoc[]
endif::[]
ifeval::["{context}" == "olm-managing-po"]
[id="platform-operators_{context}"]
= About platform Operators
endif::[]
Operator Lifecycle Manager (OLM) introduces a new type of Operator called _platform Operators_. A platform Operator is an OLM-based Operator that can be installed during or after an {product-title} cluster's Day 0 operations and participates in the cluster's lifecycle. As a cluster administrator, you can use platform Operators to further customize your {product-title} installation to meet your requirements and use cases.
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.