Skip to content

Commit 7f8a021

Browse files
authored
Merge pull request #20261 from adellape/understanding_operatorhub
Add info on packaging to Understanding the OperatorHub
2 parents 27b8733 + 37df7dd commit 7f8a021

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

modules/olm-operatorhub-overview.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,15 @@ GitHub repository. No official support.
3636
If you have not added any Custom Operators, the Custom category does not appear in
3737
the web console on your OperatorHub.
3838
|===
39+
40+
Operators on the OperatorHub are packaged to run on OLM. This includes a YAML
41+
file called a ClusterServiceVersion (CSV) containing all of the CRDs, RBAC
42+
rules, Deployments, and container images required to install and securely run the
43+
Operator. It also contains user-visible information like a description of its
44+
features and supported Kubernetes versions.
45+
46+
The Operator SDK can be used to assist developers packaging their Operators for
47+
use on OLM and the OperatorHub. If you have a commercial application that you
48+
want to make accessible to your customers, get it included using the
49+
certification workflow provided by Red Hat's ISV partner portal at
50+
link:https://connect.redhat.com[connect.redhat.com].

operators/olm-understanding-operatorhub.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ toc::[]
88
This guide outlines the architecture of the OperatorHub.
99

1010
include::modules/olm-operatorhub-overview.adoc[leveloffset=+1]
11+
.Additional resources
12+
13+
* xref:../operators/operator_sdk/osdk-getting-started.adoc#osdk-getting-started[Getting started with the Operator SDK]
14+
* xref:../operators/operator_sdk/osdk-generating-csvs.adoc#osdk-generating-csvs[Generating a ClusterServiceVersion (CSV)]
15+
* xref:../operators/understanding_olm/olm-understanding-olm.adoc#olm-upgrades_olm-understanding-olm[Operator installation and upgrade workflow in OLM]
16+
* link:https://connect.redhat.com[Red Hat Partner Connect]
17+
1118
include::modules/olm-operatorhub-architecture.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)