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
. The namespace to which you subscribe the Operator must have an OperatorGroup
49
+
. An OperatorGroup is an OLM resource that selects target namespaces in which to
50
+
generate required RBAC access for all Operators in the same namespace as the
51
+
OperatorGroup.
52
+
+
53
+
The namespace to which you subscribe the Operator must have an OperatorGroup
50
54
that matches the Operator's InstallMode, either the `AllNamespaces` or
51
55
`SingleNamespace` mode. If the Operator you intend to install uses the
52
56
`AllNamespaces`, then the `openshift-operators` namespace already has an
@@ -117,11 +121,3 @@ $ oc apply -f sub.yaml
117
121
At this point, the OLM is now aware of the selected Operator. A
118
122
ClusterServiceVersion (CSV) for the Operator should appear in the target
119
123
namespace, and APIs provided by the Operator should be available for creation.
120
-
121
-
.Additional resources
122
-
123
-
* To install custom Operators to a cluster using the OperatorHub, you must first
124
-
upload your Operator artifacts to Quay.io, then add your own `OperatorSource` to
125
-
your cluster. Optionally, you can add Secrets to your Operator to provide
126
-
authentication. After, you can manage the Operator in your cluster as you would
127
-
any other Operator. For these steps, see link:https://github.com/operator-framework/community-operators/blob/master/docs/testing-operators.md[Testing Operators].
0 commit comments