You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For {product-title} clusters installed on restricted networks, also known as
9
-
disconnected clusters, Operator Lifecycle Manager (OLM) by default cannot access
10
-
the Red Hat-provided OperatorHub sources hosted on Quay.io because they require
11
-
full Internet connectivity. However, cluster administrators can disable those
12
-
remote sources, create local mirrors of that same content, and configure OLM to
13
-
install and manage Operators from the local sources instead.
8
+
For {product-title} clusters that are installed on restricted networks, also known as disconnected clusters, Operator Lifecycle Manager (OLM) by default cannot access the Red Hat-provided OperatorHub sources hosted remotely on Quay.io because those remote sources require full Internet connectivity.
9
+
10
+
However, as a cluster administrator you can still enable your cluster to use OLM in a restricted network if you have a workstation that has full Internet access. The workstation is used to prepare local mirrors of the remote OperatorHub sources, and requires full Internet access to pull the remote content.
11
+
12
+
This guide describes the following process that is required to enable OLM in restricted networks:
13
+
14
+
* Disable the default remote OperatorHub sources for OLM.
15
+
* Use a workstation with full Internet access to create local mirrors of the OperatorHub content.
16
+
* Configure OLM to install and manage Operators from the local sources instead of the default remote sources.
17
+
18
+
After enabling OLM in a restricted network, you can continue to use your unrestricted workstation to keep your local OperatorHub sources updated as newer versions of Operators are released.
14
19
15
20
[IMPORTANT]
16
21
====
17
-
While OLM can manage Operators from local sources, the ability for a given
18
-
Operator to run successfully in a restricted network still depends on the
19
-
Operator itself. The Operator must:
22
+
While OLM can manage Operators from local sources, the ability for a given Operator to run successfully in a restricted network still depends on the Operator itself. The Operator must:
20
23
21
-
* List any related images, or other container images that the Operator might
22
-
require to perform their functions, in the `relatedImages` parameter of its
23
-
ClusterServiceVersion (CSV) object.
24
+
* List any related images, or other container images that the Operator might require to perform their functions, in the `relatedImages` parameter of its ClusterServiceVersion (CSV) object.
24
25
* Reference all specified images by a digest (SHA) and not by a tag.
25
26
26
-
See the following Red Hat Knowledgebase Article for a list of Red Hat Operators
27
-
that support running in disconnected mode:
27
+
See the following Red Hat Knowledgebase Article for a list of Red Hat Operators that support running in disconnected mode:
0 commit comments