mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
1.3 KiB
Plaintext
23 lines
1.3 KiB
Plaintext
//Module included in the following assemblies:
|
|
//
|
|
// * microshift_running_apps/microshift_operators/microshift-operators-olm.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="microshift-olm-deploy-operators_{context}"]
|
|
= How to deploy Operators using OLM
|
|
|
|
After you create and deploy your custom catalog, you must create a Subscription custom resource (CR) that can access the catalog and install the Operators you choose. Where Operators run depends on the namespace in which you create the Subscription CR.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
Operators in OLM have a watch scope. For example, some Operators only support watching their own namespace, while others support watching every namespace in the node. All Operators installed in a given namespace must have the same watch scope.
|
|
====
|
|
|
|
[id="microshift-olm-operators-connection-details_{context}"]
|
|
== Connectivity and OLM Operator deployment
|
|
Operators can be deployed anywhere a catalog is running.
|
|
|
|
* For a node that is connected to the internet, mirroring images is not required. Images can be pulled over the network.
|
|
* For restricted networks in which {microshift-short} has access to an internal network only, images must be mirrored to an internal registry.
|
|
* For use cases in which a {microshift-short} node is completely offline, all images must be embedded into an `osbuild` blueprint.
|
|
//TODO point to correct ref docs |