mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Remove the following snippets in the OLM v1 docs: - Tech Preview - Known issue with private registries - Pull secrets Rephrase the abstract for the RH catalogs since they are now installed by default.
14 lines
971 B
Plaintext
14 lines
971 B
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
include::_attributes/common-attributes.adoc[]
|
|
[id="olm-components"]
|
|
= {olmv1} components overview
|
|
:context: olm-components
|
|
|
|
toc::[]
|
|
|
|
{olmv1-first} comprises the following component projects:
|
|
|
|
Operator Controller:: xref:../../extensions/arch/operator-controller.adoc#operator-controller[Operator Controller] is the central component of {olmv1} that extends Kubernetes with an API through which users can install and manage the lifecycle of Operators and extensions. It consumes information from catalogd.
|
|
|
|
Catalogd:: xref:../../extensions/arch/catalogd.adoc#catalogd[Catalogd] is a Kubernetes extension that unpacks file-based catalog (FBC) content packaged and shipped in container images for consumption by on-cluster clients. As a component of the {olmv1} microservices architecture, catalogd hosts metadata for Kubernetes extensions packaged by the authors of the extensions, and as a result helps users discover installable content.
|